diff options
author | Sangeeth Saravanaraj <sangeeth@riptideio.com> | 2015-01-23 10:29:21 +0530 |
---|---|---|
committer | Sangeeth Saravanaraj <sangeeth@riptideio.com> | 2015-01-23 10:29:21 +0530 |
commit | be76dda21d93fdca8629d4b6d926d1ddd5c396af (patch) | |
tree | b0a3897a111e741b519735a1b02c847204101cba | |
parent | ecd124dd068ea381555fca3c42c402c46da0cba1 (diff) | |
download | slixmpp-be76dda21d93fdca8629d4b6d926d1ddd5c396af.tar.gz slixmpp-be76dda21d93fdca8629d4b6d926d1ddd5c396af.tar.bz2 slixmpp-be76dda21d93fdca8629d4b6d926d1ddd5c396af.tar.xz slixmpp-be76dda21d93fdca8629d4b6d926d1ddd5c396af.zip |
Added xep_0332 to setup
-rwxr-xr-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -123,6 +123,8 @@ packages = [ 'sleekxmpp', 'sleekxmpp/plugins/xep_0323/stanza', 'sleekxmpp/plugins/xep_0325', 'sleekxmpp/plugins/xep_0325/stanza', + 'sleekxmpp/plugins/xep_0332', + 'sleekxmpp/plugins/xep_0332/stanza', 'sleekxmpp/plugins/google', 'sleekxmpp/plugins/google/gmail', 'sleekxmpp/plugins/google/auth', |