NAME

Net::XMPP2::Ext - The set of extensions for Net::XMPP2

DESCRIPTION

This module only has documentation about the supported extensions.

Supportet extensions

This is the list of supported XMPP extensions:

XEP-0086 - Error Condition Mappings
"A mapping to enable legacy entities to correctly handle errors from XMPP-aware entities."

This extension will enable sending of the old error codes when generating a stanza error with for example the write_error_tag method of Net::XMPP2::Writer.

XEP-0030 - Service Discovery

This extension allows you to send service discovery requests and define a set of discoverable information. See also Net::XMPP2::Ext::Disco.

XEP-0077 - In-Band Registration

This extension lets you register new accounts "in-band". To use this look at the description of the register option to the new method of Net::XMPP2::Connection.

AUTHOR

Robin Redeker, <elmex at ta-sa.org>, JID: <elmex at jabber.org>

COPYRIGHT & LICENSE

Copyright 2007 Robin Redeker, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.