GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
POE::Component::Jabber::J14(3) User Contributed Perl Documentation POE::Component::Jabber::J14(3)

POE::Component::Jabber::J14

PCJ::J14 is a Protocol implementation that connects as a service to a jabberd14 server.

PCJ::J14 authenticates with the server backend using the method outlined in XEP-114 (Jabber Component Protocol) [http://www.xmpp.org/extensions/xep-0114.html]

Please see PCJ::Protocol for what methods this class supports.

Listed below are the exported events that end up in PCJ's main session:
set_auth
This event constructs and sends the <handshake/> element for authentication.
init_input_handler
This is out main entry point that PCJ uses to send us all of the input. It handles the authentication response.

This only implements the jabber:component:accept namespace (ie. the component initiates the connection to the server).

Also be aware that before this protocol was documented as an XEP, it was widely implemented with loose rules. I conform to this document. If there is a problem with the implementation against older server implementations, let me know.

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-04-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.