Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xmppstream: set default namespace to jabber:client in stream open | Jonny Lamb | 2011-03-31 | 1 | -1/+2 |
| | | | | | | Woo! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Add more information to stream events, based on Gabble | Simon McVittie | 2010-11-01 | 1 | -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_stream6 | Guillaume Desmottes | 2009-02-08 | 1 | -1/+13 |
| | |||||
* | xmppstream: add setup_stream_listener6 | Guillaume Desmottes | 2009-02-08 | 1 | -0/+12 |
| | |||||
* | xmppstream.py: add IncomingXmppiChatStream class | Guillaume Desmottes | 2008-11-12 | 1 | -2/+8 |
| | |||||
* | Simplify OutgoingXmppiChatStream implementation | Guillaume Desmottes | 2008-11-11 | 1 | -13/+4 |
| | |||||
* | :IncomingXmppStream: no need to explicitely set name/remote_name | Guillaume Desmottes | 2008-11-11 | 1 | -3/+1 |
| | |||||
* | BaseXmlStream:send_header: don't set from/to attributes if the ↵ | Guillaume Desmottes | 2008-11-11 | 1 | -2/+4 |
| | | | | name/remote_name is None | ||||
* | xmppstream.py: override OutgoingXmppiChatStream send method as iChat doesn't ↵ | Guillaume Desmottes | 2008-11-07 | 1 | -0/+9 |
| | | | | send from attribute in stanza | ||||
* | xmppstream.py: OutgoingXmppiChatStream | Guillaume Desmottes | 2008-11-06 | 1 | -0/+6 |
| | |||||
* | Improve description | Sjoerd Simons | 2008-09-09 | 1 | -1/+2 |
| | |||||
* | Add events for connection results of outgoing connections | Sjoerd Simons | 2008-09-04 | 1 | -2/+14 |
| | |||||
* | Add a incoming and outgoing xmmp stream for testing | Sjoerd Simons | 2008-09-03 | 1 | -180/+145 |
| | |||||
* | Move the xmpp bits into xmppstream.py | Sjoerd Simons | 2008-09-01 | 1 | -0/+224 |