diff options
author | Sandro Munda <sandro.munda@guardis.com> | 2012-06-09 18:45:13 +0200 |
---|---|---|
committer | Sandro Munda <sandro.munda@guardis.com> | 2012-06-09 18:45:58 +0200 |
commit | cf9e89d0ae257b007842bfa980ee60996ea470af (patch) | |
tree | 2a49a0d34ca15fe0234e07ced31d8619f534a3ed | |
parent | 48dd01b0bb7db1d93bf2d21e681939bfcd2f1297 (diff) | |
download | slixmpp-cf9e89d0ae257b007842bfa980ee60996ea470af.tar.gz slixmpp-cf9e89d0ae257b007842bfa980ee60996ea470af.tar.bz2 slixmpp-cf9e89d0ae257b007842bfa980ee60996ea470af.tar.xz slixmpp-cf9e89d0ae257b007842bfa980ee60996ea470af.zip |
Added the xep_0065 plugin in the setup.py
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ packages = [ 'sleekxmpp', 'sleekxmpp/plugins/xep_0059', 'sleekxmpp/plugins/xep_0060', 'sleekxmpp/plugins/xep_0060/stanza', + 'sleekxmpp/plugins/xep_0065', 'sleekxmpp/plugins/xep_0066', 'sleekxmpp/plugins/xep_0077', 'sleekxmpp/plugins/xep_0078', |