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-11-25 00:10:10 +0300
committerPhilipp Hörist <philipp@hoerist.com>2019-11-25 00:10:10 +0300
commitf28ff1dfa193c458ff9d13f3d743ae971fc05b11 (patch)
treede254216142f7de22b5fba9d931034a0e60b0251 /nbxmpp/structs.py
parentdab91c3dcd5022ba78aedbf95f990a407a0d7157 (diff)
Register: Add request_register_form()
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 4512704..ffe70db 100644
--- a/nbxmpp/structs.py
+++ b/nbxmpp/structs.py
@@ -131,6 +131,8 @@ CorrectionData = namedtuple('CorrectionData', 'id')
DisplayMarking = namedtuple('DisplayMarking', 'label fgcolor bgcolor')
SecurityLabel = namedtuple('SecurityLabel', 'displaymarking')
+RegisterData = namedtuple('RegisterData', 'instructions form fields_form oob_url bob_data')
+
class DiscoInfo(namedtuple('DiscoInfo', 'stanza identities features dataforms timestamp')):