Timeline
10/13/2008:
- 20:44 Ticket #35 (wokkel/generic attempts to import non-existent toResponse) created by
- In adding version support to a bot, I found a bad import in …
10/11/2008:
- 22:41 Ticket #31 (Add service for components that attach directly to a router.) closed by
- fixed: (In [106]) Add Internal Component service that connects to a router …
- 22:41 Changeset [39:a9e354f69018] by
- Add Internal Component service that connects to a router in-process. …
- 21:43 Changeset [38:b7c38c06f727] by
- Add missing tests for server factory and fix small naming error.
- 21:33 Ticket #34 (Patch for small bug in wokkel.compat) closed by
- fixed: (In [103]) Fix test for presence of stanzaType in toResponse. Author: …
- 21:33 Changeset [37:fdc4860de17d] by
- Fix test for presence of stanzaType in toResponse. Author: caedes, …
- 20:52 Ticket #34 (Patch for small bug in wokkel.compat) created by
- Attached patch fixes incorrectly testing for type in a function, when it …
- 13:09 Ticket #33 (Add server-to-server component.) created by
- With #29 and #30 resulting in a server factor and a router, the …
- 00:28 Ticket #32 (wokkel needs debian/ubuntu packaging love) created by
- It would be nice if there was a debian/ dir with packaging information for …
10/10/2008:
- 17:29 Ticket #31 (Add service for components that attach directly to a router.) created by
- 17:28 Changeset [36:aaa55b057292] by
- Remove unused import.
- 17:24 Ticket #30 (Backport router code from Twisted) closed by
- fixed: (In [90]) Add XMPP router and server side component authenticator. …
- 17:24 Changeset [35:eb020b49a77d] by
- Add XMPP router and server side component authenticator. Author: ralphm. …
- 16:42 Ticket #29 (Backport XmlStreamServerFactory from Twisted trunk) closed by
- fixed: (In [88]) Backport XmlStreamServerFactory?. Author: ralphm. Fixes #29. …
- 16:35 Changeset [34:5d34b8c88a55] by
- Backport XmlStreamServerFactory?. Author: ralphm. Fixes #29. This also …
10/09/2008:
- 18:57 Ticket #30 (Backport router code from Twisted) created by
- 17:21 Ticket #29 (Backport XmlStreamServerFactory from Twisted trunk) created by
- For easier development on server side code without needing to upgrade to …
10/08/2008:
- 20:57 Changeset [115:2a3171b40d2b] by
- wokkel-muc-client-support-24add initialized and fix a typo bug
- 20:48 Changeset [114:a2a47e4df6d5] by
- wokkel-muc-client-support-24add event for user leaving a room
10/07/2008:
- 23:47 Changeset [113:cb4051e2f51a] by
- wokkel-muc-client-support-24some documentation and additions to the interface, also some more …
10/06/2008:
- 22:56 Changeset [112:be0b126081f2] by
- wokkel-muc-client-support-24all tests pass, needs comments, also need to get the entire xep in the …
- 17:03 Ticket #28 (Add client support for Service Discovery) created by
- This patch provides a DiscoClientProtocol?, implementing item and …
10/05/2008:
- 10:44 Ticket #27 (Patch to fix some issues with pubsub protocol compliance) closed by
- fixed: (In [75]) Use correct namespace for delete node requests. Author: caedes. …
- 10:44 Changeset [33:b3eb970f4af7] by
- Use correct namespace for delete node requests. Author: caedes. Reviewer: …
10/03/2008:
- 23:06 Ticket #27 (Patch to fix some issues with pubsub protocol compliance) created by
- The patch handles two issues: * Made the create command include a …
- 20:50 Changeset [111:a51e5d87ded8] by
- wokkel-muc-client-support-24add leave room, register for a room and other things for re #24, still …
10/02/2008:
- 18:27 Ticket #26 (wokkel.client.clientCreator should accept a connector class as an argument) created by
- On Mac OS X there is a bug that prevents SRVConnector from working …
10/01/2008:
- 23:11 Changeset [110:ddf5580b7128] by
- wokkel-muc-client-support-24add some history and other things, plus some test stubs
09/30/2008:
- 23:04 Changeset [109:ee2752dca3b2] by
- wokkel-muc-client-support-24add room configuration, groupchat and some clean up, still needs …
- 19:08 Changeset [108:50e3c368f2f3] by
- wokkel-muc-client-support-24add basic errors and disco stuff, still need iq and message parts re #24
09/29/2008:
- 23:12 Changeset [107:c1566d326c58] by
- wokkel-muc-client-support-24just saving what I started, still needs lots of work, needs message and iq …
- 21:43 Ticket #22 (TypeError thrown in pubsub._onSubscriptions: 'Subscription object is not ...) closed by
- fixed: (In [67]) Make requests for subscriptions work again. Author: mmalone …
- 21:43 Changeset [32:55864b12be3d] by
- Make requests for subscriptions work again. Author: mmalone (ralphm). …
- 21:39 Changeset [106:7db576ce0ac7] by
- wokkel-muc-client-support-24Branching to implement MUC client support. #24
- 21:08 Ticket #25 (muc server support) created by
- To create a server that supports MUC or a component that supports MUC …
- 21:06 Ticket #24 (muc client support) created by
- MUC client protocol support is needed for creating generic xmpp clients …
- 20:53 WikiStart edited by
- (diff)
- 15:43 Ticket #23 (Add send function to MessageProtocol) created by
- MessageProtocol? has no function to send messages, so the client has to …
09/28/2008:
- 05:35 Ticket #22 (TypeError thrown in pubsub._onSubscriptions: 'Subscription object is not ...) created by
- I'm using idavoll, which is built on top of wokkel, and I'm seeing the …
09/26/2008:
- 00:55 Ticket #21 (XMPPClient takes only a JID object) created by
- It would be nice if XMPPClient's constructor could take either a JID …
- 00:54 Ticket #20 (SASL ANONYMOUS support) created by
- I didn't see an authenticator that handled SASL ANONYMOUS. There should …
- 00:18 Ticket #19 (priority for handlers) created by
- For iq handlers and in supprotocols.XMPPHandlerCollection it would nice to …
- 00:14 Ticket #18 (clean access to jid in XMPPClient) created by
- Right now you have to access the jid via the authenticator, I think it …
- 00:10 Ticket #17 (add a disconnect method to XMPPClient) created by
- It would be nice to have a method to disconnect and stop for the wokkel …
Note: See TracTimeline
for information about the timeline view.
