log

age author description
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.
2012-02-01 Emmanuel Gil Peyrot Fix vCard-temp plugin.
2012-02-01 Emmanuel Gil Peyrot Fix presence plugin.
2012-01-31 Emmanuel Gil Peyrot Fix feature-not-implemented plugin.
2012-01-31 Emmanuel Gil Peyrot Fix im plugin.
2012-01-31 Emmanuel Gil Peyrot Fix disco plugin.
2012-01-31 Emmanuel Gil Peyrot Add a plugin loader.
2012-01-31 Emmanuel Gil Peyrot Better iq callbacks. (breaks everything)
2012-01-31 Emmanuel Gil Peyrot Check iq sending.
2012-01-31 Emmanuel Gil Peyrot s/that/this/ in handlers.
2012-01-31 Sonny Piers priority to WebSocket
2012-01-31 Sonny Piers Better WebSocket feature discovering and Opera support
2012-01-31 Sonny Piers add the websocket protocol RFC in the references
2012-01-30 Sonny Piers several fixes
2012-01-28 Emmanuel Gil Peyrot Add a plugin that respond an error to each get/set iq not handled.
2012-01-28 Sonny Piers Fix plugins.
2012-01-28 Sonny Piers Merging.
2012-01-28 Emmanuel Gil Peyrot Better newId function.
2012-01-28 Emmanuel Gil Peyrot [presence] Don’t require the object to be passed.
2012-01-28 Emmanuel Gil Peyrot Improve the presence plugin.
2012-01-28 Emmanuel Gil Peyrot Split plugins.js into multiple plugins.
2012-01-28 Sonny Piers Adds a Lightstring.Stanza object and use it.
2012-01-28 Sonny Piers merge fixing
2012-01-28 Sonny Piers undoing
2012-01-27 Emmanuel Gil Peyrot Fix disco info.
2012-01-26 Emmanuel Gil Peyrot Add a JID comparison function.
2012-01-26 Emmanuel Gil Peyrot Bind the correct JID received.
2012-01-26 Emmanuel Gil Peyrot Emit an iq/namespace:tag event for each iq containing a payload.
2012-01-26 Emmanuel Gil Peyrot Add a JID object, and use it in Lightstring.Connection.
2012-01-26 Emmanuel Gil Peyrot Coding style: always use "" for XML strings.
2012-01-26 Emmanuel Gil Peyrot Always use two-spaces indent.
2012-01-28 Sonny Piers add pusbub config plugins
2012-01-28 Sonny Piers add pubsub config
2012-01-22 Sonny Piers Move methods to the prototype.
2012-01-16 Sonny Piers fix several problems
2012-01-15 Sonny Piers better list of supported browsers
2012-01-15 Sonny Piers no tests for the moment
2012-01-15 Sonny Piers fix an error with the stream builder
2012-01-15 Sonny Piers add comments, jsdoc syntax + move the parser and the serializer to the Lightstring namespace so they don't get recreated at every new Lightstring.Connection
2012-01-15 Sonny Piers add kaazing to the list of related project
2012-01-15 Sonny Piers delete a unwanted empty line
2012-01-15 Sonny Piers better README
2012-01-15 Sonny Piers fixes on plugins
2012-01-15 Sonny Piers improvements on plugins