summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-03-11 12:37:54 -0700
committerLance Stout <lancestout@gmail.com>2012-03-11 12:37:54 -0700
commitf759b0ada1e33e2ebde5229f9bf98a6783652ee8 (patch)
treefed808a68a6f90a7dc6721a858187ad5b87bc8a5 /setup.py
parent7d89fa27a8eb6680c3728bc5bf4262bf874720b2 (diff)
downloadslixmpp-f759b0ada1e33e2ebde5229f9bf98a6783652ee8.tar.gz
slixmpp-f759b0ada1e33e2ebde5229f9bf98a6783652ee8.tar.bz2
slixmpp-f759b0ada1e33e2ebde5229f9bf98a6783652ee8.tar.xz
slixmpp-f759b0ada1e33e2ebde5229f9bf98a6783652ee8.zip
Add support for XEP-0108: User Activity.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 666c6d16..021298b6 100755
--- a/setup.py
+++ b/setup.py
@@ -72,6 +72,7 @@ packages = [ 'sleekxmpp',
'sleekxmpp/plugins/xep_0086',
'sleekxmpp/plugins/xep_0092',
'sleekxmpp/plugins/xep_0107',
+ 'sleekxmpp/plugins/xep_0108',
'sleekxmpp/plugins/xep_0115',
'sleekxmpp/plugins/xep_0118',
'sleekxmpp/plugins/xep_0128',