diff options
author | Lance Stout <lancestout@gmail.com> | 2010-10-01 21:25:27 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-10-01 21:25:27 -0400 |
commit | 433c1476270973812dad0ba89911630bd1df2ea1 (patch) | |
tree | 55523af2bfd2bc84c9b5334c28dc9503f35fdc98 /sleekxmpp | |
parent | 9a34c9a9a1cb4ee6e34089f9e2aa204f7ed8c0c0 (diff) | |
download | slixmpp-433c1476270973812dad0ba89911630bd1df2ea1.tar.gz slixmpp-433c1476270973812dad0ba89911630bd1df2ea1.tar.bz2 slixmpp-433c1476270973812dad0ba89911630bd1df2ea1.tar.xz slixmpp-433c1476270973812dad0ba89911630bd1df2ea1.zip |
Fixed typo in XEP-0033 plugin.
Diffstat (limited to 'sleekxmpp')
-rw-r--r-- | sleekxmpp/plugins/xep_0033.py | 2 |
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 """ |