Jabberd 2.1.23 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Jabberd 2.1.23 (Default branch)
# 1  
Old 02-04-2008
Jabberd 2.1.23 (Default branch)

jabberd is a Jabber/XMPP instant messaging server. It implements XMPP-Core (RFC3920), XMPP-IM (RFC3921), and a range of protocol extensions: XEP-0012, XEP-0016, XEP-0030, XEP-0049, XEP-0054, XEP-0077, XEP-0079, XEP-0092, XEP-0114, XEP-0138, XEP-0153, XEP-0157, XEP-0160, XEP-0191, XEP-0192, XEP-0193, XEP-0198, XEP-0199, XEP-0202, XEP-0203. License: GNU General Public License (GPL) Changes:
This release fixes a long hunted busy-loop-no-listen bug with select MIO backends. It has some XMPP compliance fixes, a new Win32 build, compilation fixes, and more.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
POE::Component::Jabber::J14(3pm)			User Contributed Perl Documentation			  POE::Component::Jabber::J14(3pm)

NAME
POE::Component::Jabber::J14 - connect to the jabberd14 router as a service SYNOPSIS
PCJ::J14 is a Protocol implementation that connects as a service to a jabberd14 server. DESCRIPTION
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] METHODS
Please see PCJ::Protocol for what methods this class supports. EVENTS
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. NOTES AND BUGS
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. AUTHOR
Copyright (c) 2003-2009 Nicholas Perez. Distributed under the GPL. perl v5.12.4 2011-08-09 POE::Component::Jabber::J14(3pm)