summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-02-11 00:30:45 -0500
committerLance Stout <lancestout@gmail.com>2011-02-11 00:30:45 -0500
commitc4b1212c44e0758c6361ca46c6c3a90e27ac876f (patch)
tree38409f7d8c9d26785005f8b69a41d7adb4fa2aaa /setup.py
parent3463bf46c65f091f42643bc3f777ac05620192b6 (diff)
downloadslixmpp-c4b1212c44e0758c6361ca46c6c3a90e27ac876f.tar.gz
slixmpp-c4b1212c44e0758c6361ca46c6c3a90e27ac876f.tar.bz2
slixmpp-c4b1212c44e0758c6361ca46c6c3a90e27ac876f.tar.xz
slixmpp-c4b1212c44e0758c6361ca46c6c3a90e27ac876f.zip
Updated XEP-0199 plugin.
Now has docs and uses the new plugin format.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d6d8d6d0..ae8cf682 100644
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,7 @@ packages = [ 'sleekxmpp',
'sleekxmpp/plugins/xep_0030/stanza',
'sleekxmpp/plugins/xep_0059',
'sleekxmpp/plugins/xep_0092',
+ 'sleekxmpp/plugins/xep_0199',
]
if sys.version_info < (3, 0):