Re: fork() and Jabber connection handles

2003-11-07 Thread drieux
On Thursday, Nov 6, 2003, at 23:06 US/Pacific, Ramprasad A Padmanabhan wrote: [..] Now If my script uses fork() , I want to ensure that the parent process will continue to receive all updates from the jabber server and not the child process. If I disconnect in the child process will the Jabber

fork() and Jabber connection handles

2003-11-07 Thread Ramprasad A Padmanabhan
My project uses perl to talk with a jabber server. I am sorry to post a question which seems too particular to jabber and not generic perl. I am using Net::Jabber module to log on to a jabber server in a perl script. So I get a jabber connection handle which I call $jabber Now If my script

Net::Jabber module

2003-02-05 Thread Julien Motch
Hi All I have some problem using the Net::Jabber .From my perl prog side ,everything seems ok ,I check the reurn values of the functions which tell me that I am connected an authentificated .But from the server side,I have a login fail in the error.log file .If anybody has already experienced

Re: Loading a module (Net::Jabber) in Perl (Windows)

2003-01-08 Thread Jenda Krynicky
From: "Mark Troyer" <[EMAIL PROTECTED]> > I just started working with Perl and am having a great time at it. > > Quick question regarding the loading of modules. I am running > activestate perl on my XP machine. > > It appears that many of the modules I have looked at seem to have an > install p

RE: Loading a module (Net::Jabber) in Perl (Windows)

2003-01-08 Thread Timothy Johnson
Troyer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 7:52 AM To: [EMAIL PROTECTED] Subject: Loading a module (Net::Jabber) in Perl (Windows) Hi all, I just started working with Perl and am having a great time at it. Quick question regarding the loading of modules. I am running

Loading a module (Net::Jabber) in Perl (Windows)

2003-01-08 Thread Mark Troyer
Hi all, I just started working with Perl and am having a great time at it. Quick question regarding the loading of modules. I am running activestate perl on my XP machine. It appears that many of the modules I have looked at seem to have an install program that is based around make. The first

Re: Jabber

2001-09-17 Thread Kevin Meltzer
Hi Russ, Have you looked into the Net::Jabber modules on the CPAN? Cheers, Kevin On Mon, Sep 17, 2001 at 01:55:07PM -0400, Russell Brooks ([EMAIL PROTECTED]) spew-ed forth: > Hi, > Someone has recently requested that I push some output from some perl > scripts to a jabber client.

Jabber

2001-09-17 Thread Russell Brooks
Hi, Someone has recently requested that I push some output from some perl scripts to a jabber client. If anyone has experience with this, is it just a combination of an open to the client (what is the syntax) and a write? Thanks Russ Brooks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For