[Twisted-Python] Beginning of jabber client protocol
Hi all, Attached is some playing around I've done with twisted and jabber as a client. Not pretty, but just wanted to explore how microdom could be used on the xml stream protocol jabber uses. It can: . connect . receive messages . send messages . understand subscription requests . understand rosters . set online That's about it, but I'm unlikely to have much time to spend on this for some time, so I'm looking for comments on how to do it better for when I do get time, and/or support for other functionality. One thing I do know could be done better is callbacks for queries and presence indicators. Cheers, Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org
On Tue 2003-02-25 (21:30), Neil Blakey-Milner wrote:
That's about it, but I'm unlikely to have much time to spend on this for some time, so I'm looking for comments on how to do it better for when I do get time, and/or support for other functionality.
I've hacked together the attached Tk client to help anyone who wishes to play with this code. Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org
participants (1)
-
Neil Blakey-Milner