From 1aecb2293aec9473c99e0efec4dad562ec1f23d3 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sun, 11 Mar 2012 21:37:13 -0700 Subject: Move XEP-0060 to new system. --- sleekxmpp/plugins/xep_0060/stanza/pubsub_event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sleekxmpp/plugins/xep_0060/stanza/pubsub_event.py') diff --git a/sleekxmpp/plugins/xep_0060/stanza/pubsub_event.py b/sleekxmpp/plugins/xep_0060/stanza/pubsub_event.py index 7f77d721..2b69af0f 100644 --- a/sleekxmpp/plugins/xep_0060/stanza/pubsub_event.py +++ b/sleekxmpp/plugins/xep_0060/stanza/pubsub_event.py @@ -97,7 +97,7 @@ class EventDelete(ElementBase): redirect = ET.Element('{%s}redirect' % self.namespace) redirect.attrib['uri'] = uri self.xml.append(redirect) - + def get_redirect(self): redirect = self.xml.find('{%s}redirect' % self.namespace) if redirect is not None: -- cgit v1.2.3