From bd52a5e6c12237e1ab4ceaf0d5933f3e5109800e Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Thu, 2 Feb 2012 18:27:23 +0100 Subject: Initial, mostly working XEP-0047 plugin. This is inspired by the version from macdiesel and tomstrummer, but their version was heavily linked with XEP-0096 and focused solely on file transfer. This version is a more generic implementation. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9bcadc90..dbdc943b 100755 --- a/setup.py +++ b/setup.py @@ -59,6 +59,7 @@ packages = [ 'sleekxmpp', 'sleekxmpp/plugins/xep_0009/stanza', 'sleekxmpp/plugins/xep_0030', 'sleekxmpp/plugins/xep_0030/stanza', + 'sleekxmpp/plugins/xep_0047', 'sleekxmpp/plugins/xep_0050', 'sleekxmpp/plugins/xep_0059', 'sleekxmpp/plugins/xep_0060', -- cgit v1.2.3