summaryrefslogtreecommitdiff
path: root/src/connection.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-01-21 04:46:21 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-01-21 04:46:21 +0100
commit1b995e4bf04b8eb8d5a40039596a7b7a8277fb03 (patch)
tree929238043f8502528265c77b2ac8a955b8f4bdec /src/connection.py
parent33c69df12b1621129b7af1a21eb180454d01e21b (diff)
downloadpoezio-1b995e4bf04b8eb8d5a40039596a7b7a8277fb03.tar.gz
poezio-1b995e4bf04b8eb8d5a40039596a7b7a8277fb03.tar.bz2
poezio-1b995e4bf04b8eb8d5a40039596a7b7a8277fb03.tar.xz
poezio-1b995e4bf04b8eb8d5a40039596a7b7a8277fb03.zip
Data form support.
supported yet: text-single, text-private, list-single, boolean The interface is really ugly, but, well, it works
Diffstat (limited to 'src/connection.py')
-rw-r--r--src/connection.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection.py b/src/connection.py
index e7e85710..3133a645 100644
--- a/src/connection.py
+++ b/src/connection.py
@@ -54,6 +54,7 @@ class Connection(sleekxmpp.ClientXMPP):
self.auto_authorize = None
self.register_plugin('xep_0030')
self.register_plugin('xep_0045')
+ self.register_plugin('xep_0004')
if config.get('send_poezio_info', 'true') == 'true':
info = {'name':'poezio',
'version':'0.7'}