Provided by: libnet-jabber-perl_2.0-6_all bug

NAME

       Net::Jabber::Client - Jabber Client Library

SYNOPSIS

         Net::Jabber::Client is a module that provides a developer easy access
         to the Jabber Instant Messaging protocol.

DESCRIPTION

         Client.pm inherits its methods from Net::XMPP::Client,
         Net::XMPP::Protocol and Net::Jabber::Protocol.  The Protocol modules
         provide enough high level APIs and automation of the low level APIs
         that writing a Jabber Client in Perl is trivial.  For those that wish
         to work with the low level you can do that too, but those functions are
         covered in the documentation for each module.

         Net::Jabber::Client provides functions to connect to a Jabber server,
         login, send and receive messages, set personal information, create a
         new user account, manage the roster, and disconnect.  You can use all
         or none of the functions, there is no requirement.

         For more information on how the details for how Net::Jabber is written
         please see the help for Net::Jabber itself.

         For a full list of high level functions available please see:

           Net::XMPP::Client
           Net::XMPP::Protocol
           Net::Jabber::Protocol

AUTHOR

       Ryan Eatmon

COPYRIGHT

       This module is free software; you can redistribute it and/or modify it under the same
       terms as Perl itself.