log

age author description
2012-08-01 Emmanuel Gil Peyrot Fix files permissions. default tip
2012-07-13 Sonny Piers many api changes
2012-06-28 Sonny Piers Add several properties to the Lightstring.Stanza object
2012-06-26 Sonny Piers many changes
2012-06-13 Sonny Piers Add EventEmitter.js lib
2012-06-12 Sonny Piers Add implemented transports and BOSH references.
2012-06-12 Sonny Piers Move polyfill.js to lib/bind.js
2012-06-12 Sonny Piers move md5.js to lib/
2012-06-12 Sonny Piers still moving files
2012-06-12 Sonny Piers move bosh.js and websocket.js to transports/
2012-06-12 Sonny Piers bosh support
2012-06-12 Sonny Piers improvements on the websocket transport
2012-06-12 Sonny Piers multi-transport is now possible
2012-05-03 Sonny Piers better pubsub.items method
2012-04-20 Sonny Piers fix the items method on the PubSub plugin
2012-04-19 Sonny Piers makes vcard plugin actually works
2012-04-19 Sonny Piers fix the vcard plugin
2012-04-05 Sonny Piers Various implementation improvements.
2012-03-17 Sonny Piers pubsub item node
2012-02-29 Sonny Piers Pubsub configure stanza and method master
2012-02-29 Sonny Piers typos
2012-02-23 Sonny Piers fix the roster plugin
2012-02-21 Sonny Piers Makes the PubSub items method to return the stanza object.
2012-02-08 Sonny Piers Lightstring.stanza has been renamed to Lightstring.stanzas.
2012-02-08 Sonny Piers Fix Safari/iOS support.
2012-02-08 Sonny Piers My mistake.
2012-02-07 Sonny Piers Fix a JS error on anonymoused plugins.
2012-02-07 Sonny Piers Fix a problem with dataforms.
2012-02-07 Sonny Piers Typo errors.
2012-02-07 Sonny Piers Lightstring.namespaces/NS has been renamed by Lightstring.ns.
2012-02-07 Sonny Piers Always having an id on out-iq.
2012-02-07 Sonny Piers Call iq-callbacks success/error with the right context.
2012-02-06 Sonny Piers Fix a problem that made events without data called only once.
2012-02-06 Sonny Piers Plugins init functions are now called with Lightstring.Connection scope.
2012-02-06 Sonny Piers Lightstring.namespaces has been renamed to Lightstring.ns.
2012-02-06 Sonny Piers Fix a little typo error.
2012-02-06 Sonny Piers Fix the comment about Strophe.js code.
2012-02-02 Emmanuel Gil Peyrot Various fixes.
2012-02-02 Emmanuel Gil Peyrot Fix service-unavailable handler and errors stanzas.
2012-02-02 Emmanuel Gil Peyrot Fix disco plugin and add it an handler.
2012-02-02 Emmanuel Gil Peyrot Fix presence plugin.
2012-02-01 Sonny Piers Replaces that by Conn.
2012-02-01 Sonny Piers Several fixes and comments updated/added.
2012-02-01 Sonny Piers Adds references to ANONYMOUS/DIGEST-MD5/PLAIN plugins.
2012-02-01 Sonny Piers ANONYMOUS auth plugin.
2012-02-01 Sonny Piers Support for DIGEST-MD5 authentication. (plugin)
2012-02-01 Sonny Piers Auth PLAIN as plugin. Several fixes.
2012-02-01 Emmanuel Gil Peyrot Don’t allow more than one iq handler to respond, and respond with an service-unavailable when not handled.
2012-02-01 Emmanuel Gil Peyrot Add PubSub events emitter.
2012-02-01 Sonny Piers oops
2012-02-01 Sonny Piers Make it works :-)
2012-02-01 Emmanuel Gil Peyrot Add a dataforms plugin and make disco#info use this one.
2012-02-01 Sonny Piers Some clean up.
2012-02-01 Sonny Piers Bind methods so Lightstring.Connection.plugin.method works with the correct context.
2012-02-01 Emmanuel Gil Peyrot Fix syntax errors.
2012-02-01 Emmanuel Gil Peyrot Fix Connection.load and add the init method to plugins.
2012-02-01 Emmanuel Gil Peyrot Fix PubSub plugin.
2012-02-01 Emmanuel Gil Peyrot Fix roster plugin.
2012-02-01 Sonny Piers Add plugin namespaces to Lightstring.stanzas and Lightstring.Connection methodes.
2012-02-01 Sonny Piers Some improvements on namespaces.