JSJaC 1.3
A new version of JSJaC is out. Thanks to patches from process-one and oDesk JSJaC 1.3 comes with tons of bugfixes and little improvements. Most notably each registered handler is executed with its context set to the underlying connection object, which means that you can access your jabber/XMPP connection with the ‘this’ keyword from within your handler now. This will allow for cool future improvements as I plan to ship JSJaC with code snippets that allow to automagically implement common tasks for you like Service Discovery replies and things like that. As a side effect JSJaC doesn’t rely on a global variable for the connection (formerly defined as ‘oCon’) anymore. Go get it now!