From f49818be06315e5b7a1fd66d288a5a0572aa17e6 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Wed, 20 Jun 2012 23:37:39 -0700 Subject: Add support for XEP-0186: Invisible Command --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9554e5be..19103f90 100755 --- a/setup.py +++ b/setup.py @@ -84,6 +84,7 @@ packages = [ 'sleekxmpp', 'sleekxmpp/plugins/xep_0153', 'sleekxmpp/plugins/xep_0172', 'sleekxmpp/plugins/xep_0184', + 'sleekxmpp/plugins/xep_0186', 'sleekxmpp/plugins/xep_0198', 'sleekxmpp/plugins/xep_0199', 'sleekxmpp/plugins/xep_0202', -- cgit v1.2.3 From bf0a157c5dfdcc95f630f9919dd1ab1dfdcc4725 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Wed, 20 Jun 2012 23:38:30 -0700 Subject: Add support for XEP-0221: Data Forms Media Element --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 19103f90..71973ceb 100755 --- a/setup.py +++ b/setup.py @@ -89,6 +89,7 @@ packages = [ 'sleekxmpp', 'sleekxmpp/plugins/xep_0199', 'sleekxmpp/plugins/xep_0202', 'sleekxmpp/plugins/xep_0203', + 'sleekxmpp/plugins/xep_0221', 'sleekxmpp/plugins/xep_0224', 'sleekxmpp/plugins/xep_0231', 'sleekxmpp/plugins/xep_0249', -- cgit v1.2.3