diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-09-05 17:18:20 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-09-06 00:46:56 +0200 |
| commit | 649d56de33f7dd495f3935f3b02a43b5bd2a2069 (patch) | |
| tree | 98a48ff9bcb93ac7487a75d73b4afdd59015ce55 /src/base/QXmppConstants_p.h | |
| parent | a9dc4915371087e2d706fad95d4fccf11745ba63 (diff) | |
| download | qxmpp-649d56de33f7dd495f3935f3b02a43b5bd2a2069.tar.gz | |
Implement XEP-0300: Use of Cryptographic Hash Functions in XMPP
Parsing and serialization for XEP-0300
https://xmpp.org/extensions/xep-0300.html in version 1.0.
Diffstat (limited to 'src/base/QXmppConstants_p.h')
| -rw-r--r-- | src/base/QXmppConstants_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppConstants_p.h b/src/base/QXmppConstants_p.h index 3bfff544..891ef2aa 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -141,6 +141,8 @@ extern const char *ns_conference; extern const char *ns_carbons; // XEP-0297: Stanza Forwarding extern const char *ns_forwarding; +// XEP-0300: Use of Cryptographic Hash Functions in XMPP +extern const char *ns_hashes; // XEP-0308: Last Message Correction extern const char *ns_message_correct; // XEP-0313: Message Archive Management |
