Jabber::Connection

Jabber::Connection is a new Perl library for Jabber that provides the basic features for client and component connectivity, plus an xmlnode-like library for flexibly manipulating Jabber elements.

Latest Version

The latest version of Jabber::Connection is 0.02. You can download it from CPAN.

Description

The library consists of three modules:

Jabber::Connection
The main module providing client and component based connectivity, authentication, handler registration, event loop management, and so on. Also includes a heartbeat mechanism for regular execution of subroutines.
Jabber::NodeFactory
The mechanism for creating and manipulating Jabber elements (XML nodes). The NodeFactory is used for building nodes from scratch, and these nodes are represented by Jabber::NodeFactory::Node objects.
Jabber::NS
The Jabber::NS module provides a number of constants that contain commonly used namespaces and attribute values within Jabber.

Jabber Powered