summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0199/ping.py
AgeCommit message (Collapse)Author
2011-09-01remove ping schedule on disconnectNathan Fritz
2011-08-26The ifrom parameter doesn't need special treatment.Lance Stout
2011-08-17Update plugins that use Iq stanzas to work with new exceptions.Lance Stout
2011-08-10Don't include ping stanza in the ping result.Lance Stout
2011-02-15fixes to ping: auto-ping off by default, fixed ping-time of zero bug, fixed ↵Nathan Fritz
class name mismatch
2011-02-14Remap old method names in a better way.Lance Stout
This should prevent some reference cycles that will cause garbage collection issues.
2011-02-11Updated XEP-0199 plugin.Lance Stout
Now has docs and uses the new plugin format.