The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Net::Jabber"

Net::Jabber - Jabber Perl Library River stage one • 5 direct dependents • 5 total dependents

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 UTC

Net::Jabber::IQ - Jabber Info/Query Library River stage one • 5 direct dependents • 5 total dependents

Net::Jabber::IQ inherits all of its methods from Net::XMPP::IQ....

REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTC

Net::Jabber::Log - Jabber Log Module River stage one • 5 direct dependents • 5 total dependents

To 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 UTC

Net::Jabber::Key - Jabber Key Library River stage one • 5 direct dependents • 5 total dependents

Key.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 UTC

Net::Jabber::JID - Jabber JID Module River stage one • 5 direct dependents • 5 total dependents

Net::Jabber::JID inherits all of its methods from Net::XMPP::JID....

REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTC

Net::Jabber::Bot - Automated Bot creation with safeties River stage zero No dependents

TODDR/Net-Jabber-Bot-2.1.7 - 15 Nov 2020 21:09:23 UTC

Net::Jabber::XDB - Jabber XDB Library River stage one • 5 direct dependents • 5 total dependents

Net::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 UTC

Net::Jabber::Data - Jabber Data Library River stage one • 5 direct dependents • 5 total dependents

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 UTC

Net::Chat::Jabber - Jabber protocol adapter for Net::Chat::Daemon River stage zero No dependents

SFINK/Net-Chat-Daemon-0.3 - 28 Jun 2006 06:28:58 UTC

Net::Jabber::Debug - Jabber Debug Library River stage one • 5 direct dependents • 5 total dependents

Net::Jabber::Debug inherits all of its methods from Net::XMPP::Debug....

REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTC

Net::Jabber::Server - Jabber Server Library River stage one • 5 direct dependents • 5 total dependents

Server.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 UTC

Net::Jabber::Stanza - Jabber Stanza Module River stage one • 5 direct dependents • 5 total dependents

This 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 UTC

Net::Jabber::Client - Jabber Client Library River stage one • 5 direct dependents • 5 total dependents

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 ...

REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTC

Net::Jabber::Message - Jabber Message Module River stage one • 5 direct dependents • 5 total dependents

Net::Jabber::Message inherits all of its methods from Net::XMPP::Message....

REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTC

Net::Jabber::Dialback - Jabber Dialback Module River stage one • 5 direct dependents • 5 total dependents

To 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 UTC

Net::Jabber::Protocol - Jabber Protocol Library River stage one • 5 direct dependents • 5 total dependents

Protocol.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 UTC

Net::Jabber::Presence - Jabber Presence Module River stage one • 5 direct dependents • 5 total dependents

Net::Jabber::Presence inherits all of its methods from Net::XMPP::Presence....

REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTC

Net::Jabber::Component - Jabber Component Library River stage one • 5 direct dependents • 5 total dependents

Component.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 UTC

Net::Jabber::Loudmouth - Perl interface for the loudmouth jabber library River stage zero No dependents

Net::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 UTC

Net::Jabber::Namespaces River stage one • 5 direct dependents • 5 total dependents

Net::Jabber::Namespaces is fully documented by Net::XMPP::Namesapces....

REATMON/Net-Jabber-2.0 - 07 Sep 2004 01:57:03 UTC
35 results (0.044 seconds)