slixmpp/sleekxmpp
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
..
2012-03-07 14:55:27 -08:00
2012-03-12 19:32:20 -07:00
2011-12-05 08:55:05 -08:00