Pull apart the main file

This commit is contained in:
2021-09-15 22:33:59 +02:00
parent fee845ef9c
commit 1fb4157794
6 changed files with 156 additions and 136 deletions

View File

View 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