Navigation
|
PHP Jabber Client
Feature-rich PHP Jabber client library
GZipped Archive
Download (36KB)
This is an event-driven, PHP-based Jabber client class implementation, allowing your script to connect to and interact with Jabber (XMPP) servers. This script was originally based on class.jabber.php, but has been almost completely rewritten (with permission from Carlo Zottmann) using an event-driven model.
How is this different than class.jabber.php (CJP)? The original CJP operated on a "send, wait, read" model, in which the library would send a command to the Jabber server, wait for a given number of seconds, then look for a response. There are a number of problems with this approach, but the most prominent issues are:
This class also implements countless new XMPP protocol features which were not present in the original class.jabber.php. This class is used in Centova Messenger, my web-based Jabber instant messaging application. Downloads: 24884
Added: Dec 13, 2005 11:48 PM
Last updated: Oct 15, 2007 01:40 AM
|