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-02-18 11:44:05 -08:00
2010-10-17 22:04:42 -04:00
2011-11-22 16:33:38 -08:00
2012-01-17 23:03:48 -08:00
2012-02-18 11:44:05 -08:00
2009-06-03 22:56:51 +00:00
2009-06-03 22:56:51 +00:00
2009-06-03 22:56:51 +00:00
2012-03-27 23:24:42 -07:00