summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-09-26 01:47:45 -0700
committerLance Stout <lancestout@gmail.com>2012-09-26 01:47:45 -0700
commitee9c4abd08db06fd6dc808d48c43cd6d57bd1aa1 (patch)
tree694a686ed8199ec26bb063c124993adb0327ca6f /setup.py
parentb5b1c932c7efd2cdf5b4731bde6c8145873da25f (diff)
downloadslixmpp-ee9c4abd08db06fd6dc808d48c43cd6d57bd1aa1.tar.gz
slixmpp-ee9c4abd08db06fd6dc808d48c43cd6d57bd1aa1.tar.bz2
slixmpp-ee9c4abd08db06fd6dc808d48c43cd6d57bd1aa1.tar.xz
slixmpp-ee9c4abd08db06fd6dc808d48c43cd6d57bd1aa1.zip
Add support for XEP-0091: Legacy Delayed Delivery
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 c74a15b3..247b3d91 100755
--- a/setup.py
+++ b/setup.py
@@ -80,6 +80,7 @@ packages = [ 'sleekxmpp',
'sleekxmpp/plugins/xep_0084',
'sleekxmpp/plugins/xep_0085',
'sleekxmpp/plugins/xep_0086',
+ 'sleekxmpp/plugins/xep_0091',
'sleekxmpp/plugins/xep_0092',
'sleekxmpp/plugins/xep_0107',
'sleekxmpp/plugins/xep_0108',