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.
|
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.
|