summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-10-01 21:25:27 -0400
committerLance Stout <lancestout@gmail.com>2010-10-01 21:25:27 -0400
commit433c1476270973812dad0ba89911630bd1df2ea1 (patch)
tree55523af2bfd2bc84c9b5334c28dc9503f35fdc98
parent9a34c9a9a1cb4ee6e34089f9e2aa204f7ed8c0c0 (diff)
downloadslixmpp-433c1476270973812dad0ba89911630bd1df2ea1.tar.gz
slixmpp-433c1476270973812dad0ba89911630bd1df2ea1.tar.bz2
slixmpp-433c1476270973812dad0ba89911630bd1df2ea1.tar.xz
slixmpp-433c1476270973812dad0ba89911630bd1df2ea1.zip
Fixed typo in XEP-0033 plugin.
-rw-r--r--sleekxmpp/plugins/xep_0033.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0033.py b/sleekxmpp/plugins/xep_0033.py
index ea0b10b7..c0c4d89d 100644
--- a/sleekxmpp/plugins/xep_0033.py
+++ b/sleekxmpp/plugins/xep_0033.py
@@ -145,7 +145,7 @@ class Address(ElementBase):
del self.xml.attrib['uri']
-class xep_0030(base.base_plugin):
+class xep_0033(base.base_plugin):
"""
XEP-0033: Extended Stanza Addressing
"""