slixmpp/sleekxmpp/xmlstream
Lance Stout 6f72c05ebf Add whitespace keepalive option.
May be disabled by setting:
    self.whitespace_keepalive = False

The keepalive interval can be adjusted using:
    self.whitespace_keepalive_interval = 300

The default interval is 5min.
2011-09-01 16:24:09 -07:00
..
handler Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
matcher Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
__init__.py
filesocket.py Cleanup logging and exception handling. 2011-05-31 10:23:05 -07:00
jid.py Fix double roster entry issue with Unicode. 2011-05-20 16:48:13 -04:00
scheduler.py Update scheduler with locks and ability to remove tasks. 2011-08-25 13:34:30 -07:00
stanzabase.py Fix memory reference bugs. 2011-09-01 00:50:45 -07:00
test.py
test.xml
testclient.py
tostring.py Clean up and unify tostring once and for all. 2011-08-04 11:41:36 -07:00
xmlstream.py Add whitespace keepalive option. 2011-09-01 16:24:09 -07:00