aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppConstants_p.h
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2022-09-13 23:11:19 +0200
committerGitHub <noreply@github.com>2022-09-13 23:11:19 +0200
commita780d365fe9740d6533f4667fc8220eac148cd7d (patch)
tree32842f8342e8a001aef03c3dcf22a7199b597805 /src/base/QXmppConstants_p.h
parentc846f91c1750a35c17dbddcfd9176460765d5997 (diff)
downloadqxmpp-a780d365fe9740d6533f4667fc8220eac148cd7d.tar.gz
Implement XEP-0447: Stateless file sharing: File sharing element (#448)
Implements parsing for the file sharing element from XEP-0447: Stateless files sharing version 0.2. https://xmpp.org/extensions/xep-0447.html Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>
Diffstat (limited to 'src/base/QXmppConstants_p.h')
-rw-r--r--src/base/QXmppConstants_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/base/QXmppConstants_p.h b/src/base/QXmppConstants_p.h
index 4f8dd2ed..d040ed27 100644
--- a/src/base/QXmppConstants_p.h
+++ b/src/base/QXmppConstants_p.h
@@ -92,6 +92,8 @@ extern const char *ns_data;
// XEP-0095: Stream Initiation
extern const char *ns_stream_initiation;
extern const char *ns_stream_initiation_file_transfer;
+// XEP-0103: URL Address Information
+extern const char *ns_url_data;
// XEP-0108: User Activity
extern const char *ns_activity;
// XEP-0115: Entity Capabilities
@@ -200,6 +202,8 @@ extern const char *ns_fallback_indication;
extern const char *ns_tm;
// XEP-0446: File metadata element
extern const char *ns_file_metadata;
+// XEP-0447: Stateless file sharing
+extern const char *ns_sfs;
// XEP-0450: Automatic Trust Management (ATM)
extern const char *ns_atm;