log

age author description
Wed, 01 Aug 2012 23:18:03 +0200 Emmanuel Gil Peyrot Fix files permissions. default tip
Fri, 13 Jul 2012 15:26:18 +0200 Sonny Piers many api changes
Thu, 28 Jun 2012 12:51:04 +0200 Sonny Piers Add several properties to the Lightstring.Stanza object
Tue, 26 Jun 2012 12:02:14 +0200 Sonny Piers many changes
Wed, 13 Jun 2012 12:48:06 +0200 Sonny Piers Add EventEmitter.js lib
Tue, 12 Jun 2012 19:57:04 +0200 Sonny Piers Add implemented transports and BOSH references.
Tue, 12 Jun 2012 19:53:00 +0200 Sonny Piers Move polyfill.js to lib/bind.js
Tue, 12 Jun 2012 19:52:06 +0200 Sonny Piers move md5.js to lib/
Tue, 12 Jun 2012 19:48:29 +0200 Sonny Piers still moving files
Tue, 12 Jun 2012 19:46:52 +0200 Sonny Piers move bosh.js and websocket.js to transports/
Tue, 12 Jun 2012 19:44:53 +0200 Sonny Piers bosh support
Tue, 12 Jun 2012 19:42:49 +0200 Sonny Piers improvements on the websocket transport
Tue, 12 Jun 2012 16:35:27 +0200 Sonny Piers multi-transport is now possible
Thu, 03 May 2012 14:56:43 +0200 Sonny Piers better pubsub.items method
Fri, 20 Apr 2012 15:44:47 +0200 Sonny Piers fix the items method on the PubSub plugin
Thu, 19 Apr 2012 21:35:39 +0200 Sonny Piers makes vcard plugin actually works
Thu, 19 Apr 2012 16:49:46 +0200 Sonny Piers fix the vcard plugin
Thu, 05 Apr 2012 17:36:43 +0200 Sonny Piers Various implementation improvements.
Sat, 17 Mar 2012 01:33:50 +0100 Sonny Piers pubsub item node
Wed, 29 Feb 2012 19:13:40 +0100 Sonny Piers Pubsub configure stanza and method master
Wed, 29 Feb 2012 17:48:05 +0100 Sonny Piers typos
Thu, 23 Feb 2012 17:07:22 +0100 Sonny Piers fix the roster plugin
Tue, 21 Feb 2012 19:27:17 +0100 Sonny Piers Makes the PubSub items method to return the stanza object.
Wed, 08 Feb 2012 19:51:10 +0100 Sonny Piers Lightstring.stanza has been renamed to Lightstring.stanzas.
Wed, 08 Feb 2012 17:44:06 +0100 Sonny Piers Fix Safari/iOS support.
Wed, 08 Feb 2012 15:56:52 +0100 Sonny Piers My mistake.
Tue, 07 Feb 2012 19:04:15 +0100 Sonny Piers Fix a JS error on anonymoused plugins.
Tue, 07 Feb 2012 18:46:04 +0100 Sonny Piers Fix a problem with dataforms.
Tue, 07 Feb 2012 18:44:07 +0100 Sonny Piers Typo errors.
Tue, 07 Feb 2012 18:42:09 +0100 Sonny Piers Lightstring.namespaces/NS has been renamed by Lightstring.ns.
Tue, 07 Feb 2012 18:37:23 +0100 Sonny Piers Always having an id on out-iq.
Tue, 07 Feb 2012 18:36:14 +0100 Sonny Piers Call iq-callbacks success/error with the right context.
Mon, 06 Feb 2012 18:03:06 +0100 Sonny Piers Fix a problem that made events without data called only once.
Mon, 06 Feb 2012 18:02:02 +0100 Sonny Piers Plugins init functions are now called with Lightstring.Connection scope.
Mon, 06 Feb 2012 17:37:16 +0100 Sonny Piers Lightstring.namespaces has been renamed to Lightstring.ns.
Mon, 06 Feb 2012 17:36:39 +0100 Sonny Piers Fix a little typo error.
Mon, 06 Feb 2012 16:53:22 +0100 Sonny Piers Fix the comment about Strophe.js code.
Thu, 02 Feb 2012 02:28:18 +0100 Emmanuel Gil Peyrot Various fixes.
Thu, 02 Feb 2012 01:59:42 +0100 Emmanuel Gil Peyrot Fix service-unavailable handler and errors stanzas.
Thu, 02 Feb 2012 01:58:35 +0100 Emmanuel Gil Peyrot Fix disco plugin and add it an handler.
Thu, 02 Feb 2012 01:56:28 +0100 Emmanuel Gil Peyrot Fix presence plugin.
Thu, 02 Feb 2012 00:00:34 +0100 Sonny Piers Replaces that by Conn.
Wed, 01 Feb 2012 22:45:48 +0100 Sonny Piers Several fixes and comments updated/added.
Wed, 01 Feb 2012 21:52:10 +0100 Sonny Piers Adds references to ANONYMOUS/DIGEST-MD5/PLAIN plugins.
Wed, 01 Feb 2012 21:23:28 +0100 Sonny Piers ANONYMOUS auth plugin.
Wed, 01 Feb 2012 19:47:49 +0100 Sonny Piers Support for DIGEST-MD5 authentication. (plugin)
Wed, 01 Feb 2012 19:24:41 +0100 Sonny Piers Auth PLAIN as plugin. Several fixes.
Wed, 01 Feb 2012 18:37:57 +0100 Emmanuel Gil Peyrot Don’t allow more than one iq handler to respond, and respond with an service-unavailable when not handled.
Wed, 01 Feb 2012 18:09:28 +0100 Emmanuel Gil Peyrot Add PubSub events emitter.
Wed, 01 Feb 2012 17:48:11 +0100 Sonny Piers oops
Wed, 01 Feb 2012 17:47:36 +0100 Sonny Piers Make it works :-)
Wed, 01 Feb 2012 17:23:08 +0100 Emmanuel Gil Peyrot Add a dataforms plugin and make disco#info use this one.
Wed, 01 Feb 2012 16:48:48 +0100 Sonny Piers Some clean up.
Wed, 01 Feb 2012 15:46:57 +0100 Sonny Piers Bind methods so Lightstring.Connection.plugin.method works with the correct context.
Wed, 01 Feb 2012 04:13:42 +0100 Emmanuel Gil Peyrot Fix syntax errors.
Wed, 01 Feb 2012 04:08:15 +0100 Emmanuel Gil Peyrot Fix Connection.load and add the init method to plugins.
Wed, 01 Feb 2012 04:01:25 +0100 Emmanuel Gil Peyrot Fix PubSub plugin.
Wed, 01 Feb 2012 03:51:12 +0100 Emmanuel Gil Peyrot Fix roster plugin.
Wed, 01 Feb 2012 03:16:41 +0100 Sonny Piers Add plugin namespaces to Lightstring.stanzas and Lightstring.Connection methodes.
Wed, 01 Feb 2012 03:12:14 +0100 Sonny Piers Some improvements on namespaces.
Wed, 01 Feb 2012 03:13:50 +0100 Emmanuel Gil Peyrot Fix vCard-temp plugin.
Wed, 01 Feb 2012 02:05:03 +0100 Emmanuel Gil Peyrot Fix presence plugin.
Wed, 01 Feb 2012 00:41:09 +0100 Emmanuel Gil Peyrot Fix feature-not-implemented plugin.
Wed, 01 Feb 2012 00:38:01 +0100 Emmanuel Gil Peyrot Fix im plugin.
Tue, 31 Jan 2012 21:09:07 +0100 Emmanuel Gil Peyrot Fix disco plugin.
Tue, 31 Jan 2012 18:44:42 +0100 Emmanuel Gil Peyrot Add a plugin loader.
Tue, 31 Jan 2012 18:12:19 +0100 Emmanuel Gil Peyrot Better iq callbacks. (breaks everything)
Tue, 31 Jan 2012 17:40:06 +0100 Emmanuel Gil Peyrot Check iq sending.
Tue, 31 Jan 2012 17:16:52 +0100 Emmanuel Gil Peyrot s/that/this/ in handlers.
Tue, 31 Jan 2012 15:25:30 +0100 Sonny Piers priority to WebSocket
Tue, 31 Jan 2012 04:12:34 +0100 Sonny Piers Better WebSocket feature discovering and Opera support
Tue, 31 Jan 2012 01:17:55 +0100 Sonny Piers add the websocket protocol RFC in the references
Mon, 30 Jan 2012 23:46:55 +0100 Sonny Piers several fixes
Sat, 28 Jan 2012 06:01:58 +0100 Emmanuel Gil Peyrot Add a plugin that respond an error to each get/set iq not handled.
Sat, 28 Jan 2012 04:55:29 +0100 Sonny Piers Fix plugins.
Sat, 28 Jan 2012 04:39:03 +0100 Sonny Piers Merging.
Sat, 28 Jan 2012 04:28:25 +0100 Emmanuel Gil Peyrot Better newId function.
Sat, 28 Jan 2012 04:02:10 +0100 Emmanuel Gil Peyrot [presence] Don’t require the object to be passed.
Sat, 28 Jan 2012 02:58:45 +0100 Emmanuel Gil Peyrot Improve the presence plugin.
Sat, 28 Jan 2012 01:50:22 +0100 Emmanuel Gil Peyrot Split plugins.js into multiple plugins.
Sat, 28 Jan 2012 04:34:30 +0100 Sonny Piers Adds a Lightstring.Stanza object and use it.
Sat, 28 Jan 2012 01:34:32 +0100 Sonny Piers merge fixing
Sat, 28 Jan 2012 01:27:00 +0100 Sonny Piers undoing
Fri, 27 Jan 2012 04:58:44 +0100 Emmanuel Gil Peyrot Fix disco info.
Fri, 27 Jan 2012 00:05:17 +0100 Emmanuel Gil Peyrot Add a JID comparison function.
Thu, 26 Jan 2012 22:17:11 +0100 Emmanuel Gil Peyrot Bind the correct JID received.
Thu, 26 Jan 2012 22:16:26 +0100 Emmanuel Gil Peyrot Emit an iq/namespace:tag event for each iq containing a payload.
Thu, 26 Jan 2012 22:11:51 +0100 Emmanuel Gil Peyrot Add a JID object, and use it in Lightstring.Connection.
Thu, 26 Jan 2012 16:01:37 +0100 Emmanuel Gil Peyrot Coding style: always use "" for XML strings.
Thu, 26 Jan 2012 15:04:53 +0100 Emmanuel Gil Peyrot Always use two-spaces indent.
Sat, 28 Jan 2012 01:24:36 +0100 Sonny Piers add pusbub config plugins
Sat, 28 Jan 2012 01:24:04 +0100 Sonny Piers add pubsub config
Sun, 22 Jan 2012 12:58:45 +0100 Sonny Piers Move methods to the prototype.
Mon, 16 Jan 2012 16:55:40 +0100 Sonny Piers fix several problems
Sun, 15 Jan 2012 15:31:59 +0100 Sonny Piers better list of supported browsers
Sun, 15 Jan 2012 15:29:53 +0100 Sonny Piers no tests for the moment
Sun, 15 Jan 2012 15:23:51 +0100 Sonny Piers fix an error with the stream builder
Sun, 15 Jan 2012 03:47:28 +0100 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
Sun, 15 Jan 2012 02:35:30 +0100 Sonny Piers add kaazing to the list of related project
Sun, 15 Jan 2012 02:16:36 +0100 Sonny Piers delete a unwanted empty line
Sun, 15 Jan 2012 02:15:23 +0100 Sonny Piers better README
Sun, 15 Jan 2012 01:38:45 +0100 Sonny Piers fixes on plugins
Sun, 15 Jan 2012 01:25:11 +0100 Sonny Piers improvements on plugins
Sun, 15 Jan 2012 01:01:59 +0100 Sonny Piers add the sub-protocol (xmpp) negociation
Sun, 15 Jan 2012 00:17:13 +0100 Sonny Piers better README
Sat, 14 Jan 2012 17:57:31 +0100 Sonny Piers add README and tested with
Sat, 14 Jan 2012 17:36:10 +0100 Sonny Piers various bug fixes and improvements
Sun, 18 Dec 2011 22:57:47 +0100 Sonny Piers code cleaning
Sun, 18 Dec 2011 20:26:33 +0100 Sonny Piers Delete base64.js since I don't care about IE support for the moment.
Sun, 18 Dec 2011 19:03:28 +0100 Sonny Piers initial push