Re: twisted jabber and xmlstream

2005-05-04 Thread Operation Latte Thunder
Sylvain Thenault <[EMAIL PROTECTED]> wrote: > you can find some examples in our fatima project, a jabber bot testing > client, available at http://www.logilab.org/projects/fatima/0.1 > You'll find a jabber.py module in the distribution containing jabber > related code. > > hope that helps thanks,

Re: twisted jabber and xmlstream

2005-05-04 Thread Sylvain Thenault
On Tue, 03 May 2005 17:05:46 +, Operation Latte Thunder wrote: > I am playing around with Jabber with Twisted. I can receive messages just > fine, and thats great, however, I am a bit confused about how to actually > _send_ messages. From what I've seen, I need to call send() on the > xmlstr

twisted jabber and xmlstream

2005-05-03 Thread Operation Latte Thunder
I am playing around with Jabber with Twisted. I can receive messages just fine, and thats great, however, I am a bit confused about how to actually _send_ messages. From what I've seen, I need to call send() on the xmlstream I get when I am auth'd... and thats where I get stuck. Do I need to cre