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:
authorPhilipp Hörist <philipp@hoerist.com>2019-04-03 19:54:07 +0300
committerPhilipp Hörist <philipp@hoerist.com>2019-04-03 19:54:07 +0300
commita161f7fad1f60232ad1555aa57f36a306522cb4b (patch)
treeaf7c283b07e1785f54c929f67fb532d9b55f8042 /nbxmpp/structs.py
parent6bdd04662e78d57dc015661bcd6a396c731bd4cf (diff)
Add Software Version (XEP-0092) module
Diffstat (limited to 'nbxmpp/structs.py')
-rw-r--r--nbxmpp/structs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/nbxmpp/structs.py b/nbxmpp/structs.py
index 207f437..f0ff532 100644
--- a/nbxmpp/structs.py
+++ b/nbxmpp/structs.py
@@ -104,6 +104,8 @@ MuclumbusResult = namedtuple('MuclumbusResult', 'first last max end items')
MuclumbusItem = namedtuple('MuclumbusItem', 'jid name nusers description language is_open anonymity_mode')
+SoftwareVersionResult = namedtuple('SoftwareVersionResult', 'name version os')
+
class OMEMOBundle(namedtuple('OMEMOBundle', 'spk spk_signature ik otpks')):
def pick_prekey(self):