From afeb8a679a9895726eea5669b73c83d57bb03dff Mon Sep 17 00:00:00 2001 From: Nathan Fritz Date: Wed, 3 Aug 2011 18:30:46 -0700 Subject: updated setup.py to include stream features plugins --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a61d9e56..f6ee4490 100644 --- a/setup.py +++ b/setup.py @@ -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', -- cgit v1.2.3