Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Net::Jabber::Client

Name Net::Jabber::Client
Version 2.0
Located at /usr/share/perl5
File /usr/share/perl5/Net/Jabber/Client.pm
Is Core No
Search CPAN for this module Net::Jabber::Client
Documentation Net::Jabber::Client
Module Details Net::Jabber::Client

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.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026