From eb1a32fc90eff6c13611b6cc53d66411387fa120 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Thu, 8 Mar 2012 16:21:22 -0800 Subject: Fix setup.py to include the rosterver stream feature plugin. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 902c957e..8c5594e0 100755 --- a/setup.py +++ b/setup.py @@ -84,6 +84,7 @@ packages = [ 'sleekxmpp', 'sleekxmpp/features/feature_starttls', 'sleekxmpp/features/feature_bind', 'sleekxmpp/features/feature_session', + 'sleekxmpp/features/feature_rosterver', 'sleekxmpp/thirdparty', 'sleekxmpp/thirdparty/suelta', 'sleekxmpp/thirdparty/suelta/mechanisms', -- cgit v1.2.3