mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
Fixed typo in XEP-0033 plugin.
This commit is contained in:
parent
9a34c9a9a1
commit
433c147627
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue