From 7f71ac7e0a43ca7a7b4347fe8f1bab0cb76e9741 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sat, 10 Mar 2012 10:54:24 -0800 Subject: Add user tune feature to disco, not just notifications. --- sleekxmpp/plugins/xep_0118/user_tune.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sleekxmpp/plugins/xep_0118') diff --git a/sleekxmpp/plugins/xep_0118/user_tune.py b/sleekxmpp/plugins/xep_0118/user_tune.py index 1089faad..d36466d6 100644 --- a/sleekxmpp/plugins/xep_0118/user_tune.py +++ b/sleekxmpp/plugins/xep_0118/user_tune.py @@ -33,6 +33,7 @@ class xep_0118(base_plugin): base_plugin.post_init(self) pubsub_stanza = self.xmpp['xep_0060'].stanza register_stanza_plugin(pubsub_stanza.EventItem, UserTune) + self.xmpp['xep_0030'].add_feature(UserTune.namespace) self.xmpp['xep_0163'].add_interest(UserTune.namespace) self.xmpp['xep_0060'].map_node_event(UserTune.namespace, 'user_tune') -- cgit v1.2.3