Pull apart the main file
This commit is contained in:
0
xmpp_discord_bridge/slixmpp/__init__.py
Normal file
0
xmpp_discord_bridge/slixmpp/__init__.py
Normal file
11
xmpp_discord_bridge/slixmpp/oob.py
Normal file
11
xmpp_discord_bridge/slixmpp/oob.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from slixmpp.xmlstream import ElementBase
|
||||
|
||||
class OOBData(ElementBase):
|
||||
"""
|
||||
XEP-0066 OOB data element for messages
|
||||
"""
|
||||
name = "x"
|
||||
namespace = "jabber:x:oob"
|
||||
plugin_attrib = "oob"
|
||||
interfaces = {"url"}
|
||||
sub_interfaces = interfaces
|
||||
Reference in New Issue
Block a user