mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 19:19:54 +00:00
Update XEP-0128 to use new xep_0004
This commit is contained in:
parent
bb927c7e6a
commit
9ca4bba2de
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from .. xmlstream.matcher.xpath import MatchXPath
|
||||||
from .. xmlstream.stanzabase import registerStanzaPlugin, ElementBase, ET, JID
|
from .. xmlstream.stanzabase import registerStanzaPlugin, ElementBase, ET, JID
|
||||||
from .. stanza.iq import Iq
|
from .. stanza.iq import Iq
|
||||||
from . xep_0030 import DiscoInfo, DiscoItems
|
from . xep_0030 import DiscoInfo, DiscoItems
|
||||||
from . alt_0004 import Form
|
from . xep_0004 import Form
|
||||||
|
|
||||||
|
|
||||||
class xep_0128(base.base_plugin):
|
class xep_0128(base.base_plugin):
|
||||||
|
|
Loading…
Reference in a new issue