slixmpp/sleekxmpp/xmlstream
Lance Stout 94923ae898 Improve handling disconnections.
- Add option for disconnecting without sending </stream>:

    self.disconnect(send_close=False)

- Optionally distinguish between session_end and disconnected based
  on if </stream> was sent.

    self.end_session_on_disconnect = False
2012-03-27 23:24:42 -07:00
..
handler
matcher
__init__.py
filesocket.py
jid.py
scheduler.py
stanzabase.py
test.py
test.xml
testclient.py
tostring.py
xmlstream.py Improve handling disconnections. 2012-03-27 23:24:42 -07:00