Net::Jabber is a convenient tool to use for any perl script that would like to utilize the Jabber Instant Messaging protocol. While not a client in and of itself, it provides all of the necessary back-end functions to make a CGI client or command-lin...
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCNet::Jabber::IQ inherits all of its methods from Net::XMPP::IQ....
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCTo initialize the Log with a Jabber <log/> you must pass it the XML::Parser Tree array. For example: my $log = new Net::Jabber::Log(@tree); There has been a change from the old way of handling the callbacks. You no longer have to do the above, a Net:...
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCKey.pm is a helper module for the Net::Jabber::Transport. When the Transport talks to a Client it sends a key and expects to get that key back from the Client. This module provides an API to generate, cache, and then compare the key send from the Cli...
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCNet::Jabber::JID inherits all of its methods from Net::XMPP::JID....
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCNet::Jabber::XDB differs from the other Net::Jabber::* modules in that the XMLNS of the data is split out into more submodules under XDB. For specifics on each module please view the documentation for each Net::Jabber::Data::* module. To see the list...
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCTODDR/Net-Jabber-Bot-2.1.7 - 15 Nov 2020 21:09:23 UTC
Net::Jabber::Data differs from the other modules in that its behavior and available functions are based off of the XML namespace that is set in it. The current list of supported namespaces is: jabber:iq:auth jabber:iq:auth:0k jabber:iq:register jabbe...
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCSFINK/Net-Chat-Daemon-0.3 - 28 Jun 2006 06:28:58 UTC
Net::Jabber::Debug inherits all of its methods from Net::XMPP::Debug....
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCServer.pm seeks to provide enough high level APIs and automation of the low level APIs that writing and spawning a Jabber Server in Perl is trivial. For those that wish to work with the low level you can do that too, but those functions are covered i...
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCThis module is not meant to be used directly. You should be using either Net::Jabber::IQ, Net::Jabber::Message, Net::Jabber::Presence, or another package that inherits from Net::Jabber::Stanza. That said, this is where all of the namespaced methods a...
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCClient.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 ...
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCNet::Jabber::Message inherits all of its methods from Net::XMPP::Message....
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCTo initialize the Dialback with a Jabber <db:*/> you must pass it the XML::Stream hash. For example: my $dialback = new Net::Jabber::Dialback(%hash); You now have access to all of the retrieval functions available. To create a new message to send to ...
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCProtocol.pm seeks to provide enough high level APIs and automation of the low level APIs that writing a Jabber Client/Transport 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...
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCNet::Jabber::Presence inherits all of its methods from Net::XMPP::Presence....
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCNet::Jabber::Loudmouth is a perl interface for libloudmouth, Lightweight C Jabber library. It allows you to do the same stuff with Net::Jabber, but with a nicer interface and much faster, because most of the code is written in C....
FLORA/Net-Jabber-Loudmouth-0.07 - 12 Mar 2006 18:21:37 UTCComponent.pm seeks to provide enough high level APIs and automation of the low level APIs that writing a Jabber Component 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 d...
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTCNet::Jabber::Namespaces is fully documented by Net::XMPP::Namesapces....
REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTC