diff options
author | Lance Stout <lancestout@gmail.com> | 2012-06-09 10:37:49 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-06-09 10:37:49 -0700 |
commit | c012208a8fd411ff2f915a162ec5a3f8eeec41cb (patch) | |
tree | 45476101c2c021de4be904e670df2be3a2744d81 | |
parent | 0953896d2dc41ab08baf6a9ef6f599e77fe602de (diff) | |
parent | cf9e89d0ae257b007842bfa980ee60996ea470af (diff) | |
download | slixmpp-c012208a8fd411ff2f915a162ec5a3f8eeec41cb.tar.gz slixmpp-c012208a8fd411ff2f915a162ec5a3f8eeec41cb.tar.bz2 slixmpp-c012208a8fd411ff2f915a162ec5a3f8eeec41cb.tar.xz slixmpp-c012208a8fd411ff2f915a162ec5a3f8eeec41cb.zip |
Merge pull request #170 from SeyZ/develop
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', |