aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppConstants_p.h
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2022-09-05 19:23:07 +0200
committerLinus Jahn <lnj@kaidan.im>2022-09-06 00:46:56 +0200
commite2e27c8c953d6650a1ede2596a3537e5ebd5cea5 (patch)
tree71229ce7f6a0fe437e69103e0c5355721264ad00 /src/base/QXmppConstants_p.h
parent6685217ac78c7588aaea67059a0844d51713dcd5 (diff)
downloadqxmpp-e2e27c8c953d6650a1ede2596a3537e5ebd5cea5.tar.gz
Add parsing of XEP-0446: File metadata element
This implements version 0.2.0 https://xmpp.org/extensions/xep-0446.html
Diffstat (limited to 'src/base/QXmppConstants_p.h')
-rw-r--r--src/base/QXmppConstants_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppConstants_p.h b/src/base/QXmppConstants_p.h
index 32c1cdbd..4f8dd2ed 100644
--- a/src/base/QXmppConstants_p.h
+++ b/src/base/QXmppConstants_p.h
@@ -198,6 +198,8 @@ extern const char *ns_mix_misc;
extern const char *ns_fallback_indication;
// XEP-0434: Trust Messages (TM)
extern const char *ns_tm;
+// XEP-0446: File metadata element
+extern const char *ns_file_metadata;
// XEP-0450: Automatic Trust Management (ATM)
extern const char *ns_atm;