summaryrefslogtreecommitdiff
path: root/tests/twisted/xmppstream.py
Commit message (Expand)AuthorAgeFilesLines
* xmppstream: set default namespace to jabber:client in stream openJonny Lamb2011-03-311-1/+2
* Add more information to stream events, based on GabbleSimon McVittie2010-11-011-2/+20
* xmppstream: add connect_to_stream6Guillaume Desmottes2009-02-081-1/+13
* xmppstream: add setup_stream_listener6Guillaume Desmottes2009-02-081-0/+12
* xmppstream.py: add IncomingXmppiChatStream classGuillaume Desmottes2008-11-121-2/+8
* Simplify OutgoingXmppiChatStream implementationGuillaume Desmottes2008-11-111-13/+4
* :IncomingXmppStream: no need to explicitely set name/remote_nameGuillaume Desmottes2008-11-111-3/+1
* BaseXmlStream:send_header: don't set from/to attributes if the name/remote_na...Guillaume Desmottes2008-11-111-2/+4
* xmppstream.py: override OutgoingXmppiChatStream send method as iChat doesn't ...Guillaume Desmottes2008-11-071-0/+9
* xmppstream.py: OutgoingXmppiChatStreamGuillaume Desmottes2008-11-061-0/+6
* Improve descriptionSjoerd Simons2008-09-091-1/+2
* Add events for connection results of outgoing connectionsSjoerd Simons2008-09-041-2/+14
* Add a incoming and outgoing xmmp stream for testingSjoerd Simons2008-09-031-180/+145
* Move the xmpp bits into xmppstream.pySjoerd Simons2008-09-011-0/+224