diff options
author | Nathan Fritz <fritzy@netflint.net> | 2011-08-03 18:30:46 -0700 |
---|---|---|
committer | Nathan Fritz <fritzy@netflint.net> | 2011-08-03 18:30:46 -0700 |
commit | afeb8a679a9895726eea5669b73c83d57bb03dff (patch) | |
tree | 3cb571f3ae10eb84feec8cede805e415c295bb5c | |
parent | d94517d9ca435dbe4d45a35833eaebbdce45b21b (diff) | |
download | slixmpp-afeb8a679a9895726eea5669b73c83d57bb03dff.tar.gz slixmpp-afeb8a679a9895726eea5669b73c83d57bb03dff.tar.bz2 slixmpp-afeb8a679a9895726eea5669b73c83d57bb03dff.tar.xz slixmpp-afeb8a679a9895726eea5669b73c83d57bb03dff.zip |
updated setup.py to include stream features plugins
-rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -60,6 +60,9 @@ packages = [ 'sleekxmpp', 'sleekxmpp/features',
'sleekxmpp/features/feature_mechanisms',
'sleekxmpp/features/feature_mechanisms/stanza',
+ 'sleekxmpp/features/feature_starttls',
+ 'sleekxmpp/features/feature_bind',
+ 'sleekxmpp/features/feature_session',
'sleekxmpp/thirdparty',
'sleekxmpp/thirdparty/suelta',
'sleekxmpp/thirdparty/suelta/mechanisms',
|