Net::XMPP2

An implementation of the XMPP Protocol
Download

Net::XMPP2 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Robin Redeker
  • Publisher web site:
  • http://search.cpan.org/~elmex/Net-XMPP2-0.13/lib/Net/XMPP2/Ext/VCard.pm

Net::XMPP2 Tags


Net::XMPP2 Description

An implementation of the XMPP Protocol Net::XMPP2 is an implementation of the XMPP Protocol.SYNOPSIS use Net::XMPP2::Connection;or: use Net::XMPP2::IM::Connection;or: use Net::XMPP2::Client;This is the head module of the Net::XMPP2 XMPP client protocol (as described in RFC 3920 and RFC 3921) framework.Net::XMPP2::Connection is a RFC 3920 conformant "XML" stream implementation for clients, which handles TCP connect up to the resource binding. And provides low level access to the XML nodes on the XML stream along with some high level methods to send the predefined XML stanzas.Net::XMPP2::IM::Connection is a more high level module, which is derived from Net::XMPP2::Connection. It handles all the instant messaging client functionality described in RFC 3921.Net::XMPP2::Client is a multi account client class. It manages connections to multiple XMPP accounts and tries to offer a nice high level interface to XMPP communication.For a list of "Supported extensions" see below.There are also other modules in this distribution, for example: Net::XMPP2::Util, Net::XMPP2::Writer, Net::XMPP2::Parser and those I forgot. Those modules might be helpful and/or required if you want to use this framework for XMPP.See also Net::XMPP2::Writer for a discussion about the brokeness of XML in the XMPP specification.If you have any questions or seek for help look below under "SUPPORT". Requirements: · Perl


Net::XMPP2 Related Software