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

Changes for version 0.12

  • API CHANGE: The C<connect> method of L<Net::XMPP2::SimpleConnection> and thus L<Net::XMPP2::Connection> is now non-blocking! IMPORTANT: Please revisit your connection code and adjust accordingly!
  • improved the documentation w.r.t. event callback arguments a bit
  • improved the documentation of the send_iq method of Net::XMPP2::Connection
  • added samples/display_my_avatar
  • added support for XEP-0054 (vCard) and added a test for it (z_07_vcard.t)
  • replaced the big and unmaintainable MUC test by some smaller tests.
  • fixed a bug with disconnect event propagation by Net::XMPP2::Client
  • added a connect_timeout argument to Net::XMPP2::Connection and added an interface for setting it to ::SimpleConnection.
  • fixed a serious bug in the split_jid regex, and added a test for split_jid
  • fixed a few connection error bugs in Net::XMPP2::Client and the SimpleConnection class.

Modules

An implementation of the XMPP Protocol
XMPP Client abstraction
"XML" stream that implements the XEP-0114
XML stream that implements the XMPP RFC 3920.
Error class hierarchy for error reporting
Some exception was thrown somewhere
IQ authentication error
XML parse errors
Presence errors
In-band registration error
SASL authentication error
XML Stream errors
Extension baseclass and documentation
XEP-0004 DataForm
Service discovery manager class for XEP-0030
Service discovery info
Service discovery items
Implements XEP-0045: Multi-User Chat
XEP-0066 Out of Band Data
Implementation of XMPP Ping XEP-0199
Implements XEP-0060: Publish-Subscribe
Handle for in band registration
Handles all tasks of in band registration
VCards (XEP-0054 & XEP-0084)
Software version
Extendable baseclass
Instant messaging account
"XML" stream that implements the XMPP RFC 3921.
Instant messaging roster contact
A delayed "XML" stanza
Instant message
XMPP presence
Instant messaging roster for XMPP
XMPP namespace collection and aliasing class
XML node tree helper for the parser.
Parser for XML streams (helper for Net::XMPP2)
Low level TCP/TLS connection
XMPP Test Client for tests
Utility functions for Net::XMPP2
"XML" writer for XMPP

Provides

in samples/devcl/DevCL/Browser.pm
in samples/devcl/DevCL/Main.pm
in samples/devcl/DevCL/TreeView.pm
EVQ
in samples/EVQ.pm