Jaxl now perform checks for SSLv3 if TLS auth fails
Jaxl now perform OS Type, PCNTL Support and OpenSSL Support on startup
Added Service Administration support (XEP-0133). Available methods addUser(), deleteUser()
Added server ping support (Fixes the bug where the bot goes offline after long inactivity)
Added Signal handlers for disconnecting the bot when SIGINT or SIGTERM is received (Fixes the bug where the bot remains offline when script is killed manually through CNTR+C)
Added Jaxl custom support for periodic callback handlers
Version 1.0.4
-------------
Implementation of Google's Gmail Extension http://code.google.com/apis/talk/jep_extensions/gmail.html
Added another method of interest eventNewEMail() which is called
when a gtalk user recieves a new email in his/her google mail box.
Works both for Gmail as well as Google apps user.
Updated File(s):
xmpp.class.php implementation of Google Gmail Extension
jaxl.class.php now also extending eventNewEMail() method
jaxl4gmail.class.php a sample application for newly implemented extension