POE::Component::Jabber::Legacy(3pm) | User Contributed Perl Documentation | POE::Component::Jabber::Legacy(3pm) |
POE::Component::Jabber::Legacy - connect using the pre-XMPP Jabber protocol
PCJ::Legacy is a Protocol implementation for the legacy (ie. Pre-XMPP) Jabber protocol.
PCJ::Legacy implements the simple iq:auth authentication mechanism defined in the deprecated XEP at http://www.xmpp.org/extensions/xep-0078.html. This Protocol class is mainly used for connecting to legacy jabber servers that do not conform the to XMPP1.0 RFC.
Please see PCJ::Protocol for what methods this class supports.
Listed below are the exported events that end up in PCJ's main session:
Ideally, this class wouldn't be necessary, but there is a large unmoving mass of entrenched users and administrators that refuse to migrate to XMPP. It largely doesn't help that debian still ships jabberd 1.4.3 which does NOT support XMPP.
The underlying backend has changed this release to now use a new Node implementation based on XML::LibXML::Element. Please see POE::Filter::XML::Node documentation for the relevant API changes.
Copyright (c) 2003-2009 Nicholas Perez. Distributed under the GPL.
2022-06-17 | perl v5.34.0 |