summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-11-05 01:31:33 +0100
committerFlorent Le Coz <louiz@louiz.org>2014-11-25 13:51:04 +0100
commit158f73f70c7eb24f1e66ec8ddc5c1260aa48d69e (patch)
treef4778af0309600bc284b3d9380241a7d077a543f /plugins
parent61b5c6a91e58b81811bcbf8e789b0bf112d3a416 (diff)
downloadpoezio-158f73f70c7eb24f1e66ec8ddc5c1260aa48d69e.tar.gz
poezio-158f73f70c7eb24f1e66ec8ddc5c1260aa48d69e.tar.bz2
poezio-158f73f70c7eb24f1e66ec8ddc5c1260aa48d69e.tar.xz
poezio-158f73f70c7eb24f1e66ec8ddc5c1260aa48d69e.zip
Do not enable xep_0199 in the ping plugin, it's always enabled anyway
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ping.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ping.py b/plugins/ping.py
index 4ec706b3..a28406d1 100644
--- a/plugins/ping.py
+++ b/plugins/ping.py
@@ -31,8 +31,6 @@ import time
class Plugin(BasePlugin):
def init(self):
- self.core.xmpp.register_plugin('xep_0199')
- self.core.xmpp.plugin['xep_0115'].update_caps()
self.api.add_command('ping', self.command_ping,
usage='<jid>',
help='Send an XMPP ping to jid (see XEP-0199).',