Of course they support SSL... and even if they didnt its trivial in perl to replace IO::Socket with IO::Socket::SSL :)
Andrew Kornak wrote: > Do these libraries support SSL connections? I would like to > try writing a server side CGI client using these libraries. > > Andrew Kornak > ----- Original Message ----- > From: "Nicholas Perez" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, June 12, 2002 4:19 PM > Subject: Re: [JDEV] Jabber library for Linux > > > >>use the perl libs available :) Net::Jabber just had a release and you >>can make a trivial console client in under 50 lines of code. If you want >>to dig a little deeper, use Jabber::Connection and family. Of course if >>you want to be hardcore, use XML::Stream. >> >>Richard Clippard wrote: >> >>>I have been looking for a library to build a very basic jabber client >>>(console only - not graphical) on a Linux system. I have looked at jecl >>>and jabberoo and am having problems with both. Jecl will not compile >>>(even using ANT) and I cannot find a simple example using jabberoo (or >>>jecl for that matter). >>> >>>Any ideas? >>> >> >> >>-- >>Nick >> >>JabminRPC: Administer your Jabber Server >>JabberSMTP: Email<->IM Transport >>Pabber: Perl Jabber Server >> >>_______________________________________________ >>jdev mailing list >>[EMAIL PROTECTED] >>http://mailman.jabber.org/listinfo/jdev > > > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev -- Nick JabminRPC: Administer your Jabber Server JabberSMTP: Email<->IM Transport Pabber: Perl Jabber Server _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
