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:
-rw-r--r--nbxmpp/structs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/structs.py b/nbxmpp/structs.py
index 0f153df..7c81080 100644
--- a/nbxmpp/structs.py
+++ b/nbxmpp/structs.py
@@ -146,7 +146,7 @@ class HTTPAuthData(NamedTuple):
body: Optional[str]
-class StanzaIDData:
+class StanzaIDData(NamedTuple):
id: str
by: str