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 create the jabber message documents myself, or are there factory
methods that create message, presence, iq, etc messages for me.

Better yet, does anybody have an example on the web somewhere?

/goes back to staring at the XmlStream API doc...

TIA

-- 
[EMAIL PROTECTED]                       |             Roma Invicta!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to