diff options
author | Lance Stout <lancestout@gmail.com> | 2012-09-26 01:47:05 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-09-26 01:47:05 -0700 |
commit | b5b1c932c7efd2cdf5b4731bde6c8145873da25f (patch) | |
tree | 1d97e8bce8071a200e305d8e0c91e71e709fcd99 /setup.py | |
parent | b8f04983e1fe3ca45471125f005f41cc290d1bbf (diff) | |
download | slixmpp-b5b1c932c7efd2cdf5b4731bde6c8145873da25f.tar.gz slixmpp-b5b1c932c7efd2cdf5b4731bde6c8145873da25f.tar.bz2 slixmpp-b5b1c932c7efd2cdf5b4731bde6c8145873da25f.tar.xz slixmpp-b5b1c932c7efd2cdf5b4731bde6c8145873da25f.zip |
Add support for XEP-0013: Flexible Offline Message Retrieval
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ packages = [ 'sleekxmpp', 'sleekxmpp/plugins/xep_0009', 'sleekxmpp/plugins/xep_0009/stanza', 'sleekxmpp/plugins/xep_0012', + 'sleekxmpp/plugins/xep_0013', 'sleekxmpp/plugins/xep_0016', 'sleekxmpp/plugins/xep_0027', 'sleekxmpp/plugins/xep_0030', |