1Net::Jabber::Client(3)User Contributed Perl DocumentationNet::Jabber::Client(3)
2
3
4

NAME

6       Net::Jabber::Client - Jabber Client Library
7

SYNOPSIS

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

DESCRIPTION

13         Client.pm inherits its methods from Net::XMPP::Client,
14         Net::XMPP::Protocol and Net::Jabber::Protocol.  The Protocol modules
15         provide enough high level APIs and automation of the low level APIs
16         that writing a Jabber Client in Perl is trivial.  For those that wish
17         to work with the low level you can do that too, but those functions are
18         covered in the documentation for each module.
19
20         Net::Jabber::Client provides functions to connect to a Jabber server,
21         login, send and receive messages, set personal information, create a
22         new user account, manage the roster, and disconnect.  You can use all
23         or none of the functions, there is no requirement.
24
25         For more information on how the details for how Net::Jabber is written
26         please see the help for Net::Jabber itself.
27
28         For a full list of high level functions available please see:
29
30           Net::XMPP::Client
31           Net::XMPP::Protocol
32           Net::Jabber::Protocol
33

AUTHOR

35       Ryan Eatmon
36
38       This module is free software; you can redistribute it and/or modify it
39       under the same terms as Perl itself.
40
41
42
43perl v5.32.0                      2020-07-28            Net::Jabber::Client(3)
Impressum