summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0199
AgeCommit message (Collapse)Author
2014-06-07Fix own_host in ping pluginLance Stout
2013-03-06Correct argument order by using keyword for keepalive.Patrick Horn
2013-01-26Fix ping event issue.Lance Stout
2013-01-20Updated XEP-0199 to take and return standardized values.Lance Stout
Handles Iq errors appropriately when the recipient can't be found.
2012-07-26Enhance plugin config with attribute accessors.Lance Stout
This makes updating the config after plugin initialization much easier.
2012-07-10Update plugins to use session_bind handler for disco, and use plugin_endLance Stout
2012-03-12Move XEP-0199 to new system.Lance Stout
2011-11-19Tidy up logging calls.Lance Stout
2011-11-20This change stops sleekxmpp from spending huge amounts of time unnecessarily ↵Vijay Pandurangan
computing logging data that may never be used. This is a HUGE performance improvement; in some of my test runs, unnecessary string creation was accounting for > 60% of all CPU time. Note that using % in a string will _always_ perform the sting substitutions, because the strings are constructed before the function is called. So log.debug('%s' % expensiveoperation()) will take about the same CPU time whether or not the logging level is DEBUG or INFO. if you use , no substitutions are performed unless the string is actually logged
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.