Net::Jabber v1.0023 The Jabber Instant Messaging project is an Open Source project seeking to provide a complete cross protocol messaging solution. The problem with current IM solutions is that they are all proprietary and cannot talk to each other. Jabber seeks to get rid of those barriers by allowing a Jabber client to talk with an AOL user, or an IRC chat room, or any number of other programs. For more information about the Jabber project visit http://www.jabber.org. Net::Jabber is a collection of Perl modules that provide a Perl Developer access to the Jabber protocol. Using OOP modules we provide a clean interface to writing anything from a full client to a simple protocol tester. Ryan Eatmon Jabber Perl Team Leader reatmon@jabber.org REQUIREMENTS - XML::Stream - Handles the connection between the Client and the Server. - Digest::SHA1 - Encrypted authorization so that your password is not sent over unsecure XML. - Unicode::String - Handles the conversion of the text to Unicode so that it is valid XML. (This is only required if you are running on pre Perl 5.6) SUGGESTIONS - Time::Timezone - Automatic TimeZone calculation for the iq:time namespace. INSTALLATION perl Makefile.PL make make install STATUS This module has moved into release and debugging. For the most part things are stable, but if you see a newer version, you should switch to it immediatly and read the CHANGES file to find out what has changed. Please send any bug reports to reatmon@jabber.org. 2001/04/11