summaryrefslogtreecommitdiff
path: root/tests/twisted/xmppstream.py
Commit message (Collapse)AuthorAgeFilesLines
* xmppstream: set default namespace to jabber:client in stream openJonny Lamb2011-03-311-1/+2
| | | | | | Woo! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Add more information to stream events, based on GabbleSimon McVittie2010-11-011-2/+20
| | | | | | - to and from_ are the same as name and remote_name, which are also kept - iq_id on IQs - presence_status on presences
* 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 ↵Guillaume Desmottes2008-11-111-2/+4
| | | | name/remote_name is None
* xmppstream.py: override OutgoingXmppiChatStream send method as iChat doesn't ↵Guillaume Desmottes2008-11-071-0/+9
| | | | send from attribute in stanza
* 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