Introducing JAXL - Open Source Jabber XMPP Library

oracle

New Member
Messages
430
Reaction score
0
Points
0
JAXL stands for "Jabber XMPP Library". For fun, JAXL stands for "Just Another XMPP Library". JAXL is written in PHP.
This library currently supports following features:

  • Connect to a Jabber Server (e.g. Gtalk)
  • TLS Encryption
  • DIGEST-MD5 and PLAIN authentication mechanisms
  • Roster Support
Library comes with the following class files:

  • config.ini.php : Holds your jabber account and mysql connection information
  • mysql.class.php : Basic MySQL connection class used to insert received messages and presence into MySQL database
  • logger.class.php : A very basic logger class which allows you to log all XML stanza's send and received from jabber server
  • xmpp.class.php : Base XMPP class library which implements the XMPP protocol
  • jaxl.class.php : JAXL class which extends XMPP class library. Should be the starting point for your application
  • index.php : After building your application in jaxl.class.php, you finally initialize and call your methods here

Checkout the source code from
http://code.google.com/p/jaxl/

Let me know your feedbacks,
Imoracle
 

xPlozion

New Member
Messages
868
Reaction score
1
Points
0
I believe this is in the wrong forum. This should have been posted in scripts and 3rd party software iirc.
 

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
"Programming Help" section is for help with a script you're working on.

*****Moved to scripts and 3rd party Apps*****
 
Top