summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0060/stanza
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-03-11 21:37:13 -0700
committerLance Stout <lancestout@gmail.com>2012-03-12 19:32:19 -0700
commit1aecb2293aec9473c99e0efec4dad562ec1f23d3 (patch)
treefe2f8baa49dd6222bd5b9e44d4c212750dfc5a67 /sleekxmpp/plugins/xep_0060/stanza
parentad8fd91b7ac1a111b4f54991a2f7544fcca315aa (diff)
downloadslixmpp-1aecb2293aec9473c99e0efec4dad562ec1f23d3.tar.gz
slixmpp-1aecb2293aec9473c99e0efec4dad562ec1f23d3.tar.bz2
slixmpp-1aecb2293aec9473c99e0efec4dad562ec1f23d3.tar.xz
slixmpp-1aecb2293aec9473c99e0efec4dad562ec1f23d3.zip
Move XEP-0060 to new system.
Diffstat (limited to 'sleekxmpp/plugins/xep_0060/stanza')
-rw-r--r--sleekxmpp/plugins/xep_0060/stanza/pubsub_event.py2
1 files changed, 1 insertions, 1 deletions
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: