summaryrefslogtreecommitdiff
path: root/src/connection.py
diff options
context:
space:
mode:
authorMathieu Pasquet <mathieui@mathieui.net>2013-11-14 21:26:19 +0100
committerMathieu Pasquet <mathieui@mathieui.net>2013-11-14 21:26:19 +0100
commitff9478259d91178e0c05fc3c2064cde4c514b410 (patch)
treeba303375fac06ecdee2517cce3bf96b1a57dfe44 /src/connection.py
parent0c507859fb611bbec90ff7cc4abb7ff149b51153 (diff)
downloadpoezio-ff9478259d91178e0c05fc3c2064cde4c514b410.tar.gz
poezio-ff9478259d91178e0c05fc3c2064cde4c514b410.tar.bz2
poezio-ff9478259d91178e0c05fc3c2064cde4c514b410.tar.xz
poezio-ff9478259d91178e0c05fc3c2064cde4c514b410.zip
Add a /password command in the RosterTab
Thanks to Florob for the initial input
Diffstat (limited to 'src/connection.py')
-rw-r--r--src/connection.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connection.py b/src/connection.py
index d8746557..37385650 100644
--- a/src/connection.py
+++ b/src/connection.py
@@ -68,7 +68,10 @@ class Connection(sleekxmpp.ClientXMPP):
self.register_plugin('xep_0045')
self.register_plugin('xep_0048')
self.register_plugin('xep_0060')
+ self.register_plugin('xep_0066')
self.register_plugin('xep_0071')
+ self.register_plugin('xep_0077')
+ self.plugin['xep_0077'].create_account = False
self.register_plugin('xep_0085')
self.register_plugin('xep_0115')
self.register_plugin('xep_0191')