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:
Checkout the source code from
http://code.google.com/p/jaxl/
Let me know your feedbacks,
Imoracle
This library currently supports following features:
- Connect to a Jabber Server (e.g. Gtalk)
- TLS Encryption
- DIGEST-MD5 and PLAIN authentication mechanisms
- Roster Support
- 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