Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

poe::component::jabber::j2(3pm) [debian man page]

POE::Component::Jabber::J2(3pm) 			User Contributed Perl Documentation			   POE::Component::Jabber::J2(3pm)

NAME
POE::Component::Jabber::J2 - connect to the jabberd20 router as a service SYNOPSIS
PCJ::J2 is a Protocol implementation that is used to connect to the jabberd20 router as a service. DESCRIPTION
PCJ::J2 implements the jabberd2 component spec located here: (http://jabberd.jabberstudio.org/dev/docs/component.shtml) Specifically, PCJ::J2 will negotiate TLS, SASL, and domain binding required to establish a working connection with jabberd2 as a service. METHODS
Please see PCJ::Protocol for what methods this class supports. EVENTS
Listed are the exported events that make their way into the PCJ session: set_auth This handles the initial SASL authentication portion of the connection. init_input_handler This is our entry point. This is what PCJ uses to deliver events to us. It handles various responses until the connection is initialized fully. build_tls_wheel If TLS is required by the server, this is where that negotiation process happens. challenge_response This handles the subsequent SASL authentication steps. binding This handles the domain binding NOTES AND BUGS
This Protocol may implement the spec, but this spec hasn't been touched in quite some time. If for some reason my implementation fails against a particular jabberd2 version, please 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. AUTHOR
Copyright (c) 2003-2009 Nicholas Perez. Distributed under the GPL. perl v5.12.4 2011-08-09 POE::Component::Jabber::J2(3pm)

Check Out this Related Man Page

POE::Component::Jabber::ProtocolFactory(3pm)		User Contributed Perl Documentation	      POE::Component::Jabber::ProtocolFactory(3pm)

NAME
POE::Component::Jabber::ProtocolFactory - protected helper class to handle different protocols SYNOPSIS
PCJ::ProtocolFactory is a protected helper class used to instantiate specific Protocols based on exported constants DESCRIPTION
PCJ internally uses PCJ::ProtocolFactory to turn the ConnectionType argument into a Protocol object used to implement the various supported dialects. This is why the accepted arguments are exported as constants upon use. FUNCTIONS
By default no functions are exported beyond the accepted arguments. Only a package function is available: get_guts [Protected] get_guts takes a single argument and that is a defined constant exported by this module. It returns a PCJ::Protocol object. See PCJ::Protocol for details on its methods and implementing different Protocols. CONSTANTS
Below are the constants that are exported. Their names are rather self-explanatory: XMPP LEGACY JABBERD14_COMPONENT JABBERD20_COMPONENT NOTES
All supported Protocol types are implemented herein. get_guts will confess if it receives an invalid argument. AUTHOR
(c) Copyright 2007-2009 Nicholas Perez. Released under the GPL. perl v5.12.4 2011-08-09 POE::Component::Jabber::ProtocolFactory(3pm)
Man Page