Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'nbxmpp/structs.py')
-rw-r--r--nbxmpp/structs.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/nbxmpp/structs.py b/nbxmpp/structs.py
index fa6d00d..452a017 100644
--- a/nbxmpp/structs.py
+++ b/nbxmpp/structs.py
@@ -1346,3 +1346,9 @@ class XHTMLData:
if body is not None:
return str(body)
return str(self._bodys.popitem()[1])
+
+
+@dataclass
+class ChannelBindingData:
+ type: str
+ data: bytes