diff options
author | Lance Stout <lancestout@gmail.com> | 2012-06-22 21:13:30 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-06-22 21:13:30 -0700 |
commit | 69ddeceb491b0791d3b6ff4a5bb135c79cf490a0 (patch) | |
tree | b654382619c28816af02689665578848c5336817 /setup.py | |
parent | 82698672bb8818fce212cad6f7f98e890bc005e1 (diff) | |
download | slixmpp-69ddeceb491b0791d3b6ff4a5bb135c79cf490a0.tar.gz slixmpp-69ddeceb491b0791d3b6ff4a5bb135c79cf490a0.tar.bz2 slixmpp-69ddeceb491b0791d3b6ff4a5bb135c79cf490a0.tar.xz slixmpp-69ddeceb491b0791d3b6ff4a5bb135c79cf490a0.zip |
Add support for XEP-0256: Last Activity in Presence
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ packages = [ 'sleekxmpp', 'sleekxmpp/plugins/xep_0224', 'sleekxmpp/plugins/xep_0231', 'sleekxmpp/plugins/xep_0249', + 'sleekxmpp/plugins/xep_0256', 'sleekxmpp/plugins/xep_0258', 'sleekxmpp/features', 'sleekxmpp/features/feature_mechanisms', |