orestis wrote:
> Very nice indeed! Maybe you can make a write up describing some
> design/implementation issues? I'm particularly interested in the Jabber
> integration and the cool DHTML in the web client...

This is in the works. Basically there are some jabber components that
handle different parts. There is a match component that handles
matching up users and then it hands off to an arbiter. The arbiter
creates a chat room and sends state to the users. The users can then
play a game. There are other parts that use pubsub to update each
other, etc. The components are done in python and use the django db
api. We will have a more complete description. We will also document
the protocol to encourage people to write their own clients.

The webclient uses http binding to connect to a jabber server.
http://www.xmpp.org/extensions/xep-0124.html


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to