JSJaC v1.1 released
This release fixes some bugs and glitches with v1.0. Configuration variables are now uncompressed on top of the compressed single include ‘jsjac.js’ file. For original source files this has been moved to a separate file called ‘JSJaCConfig.js’.
All methods of JSJaCPacket and JSJaCConnection objects are now defined using the prototype property thus can be easily overwritten. Nice if you want to extend JSJaCMessage with Pubsub features e.g.:
JSJaCMessage.prototype.isPubSub = function() {
return (this.getChild('event', 'http://jabber.org/protocol/pubsub#event') == null);
}
Maybe contains some things more I forgot about.
Download as always from http://zeank.in-berlin.de/jsjac/