diff options
| author | Melvin Keskin <melvo@olomono.de> | 2021-09-02 23:24:07 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-09-03 16:16:06 +0200 |
| commit | 7587dfafe8917fccf5917682a7e5e9657cfa6d08 (patch) | |
| tree | 5340e7e8a9a1e4c8582eeb08a5bcd2b59dd6df9a /src/base/QXmppConstants_p.h | |
| parent | d422c44bb0e908a56058caf1cfdd605756ca6b64 (diff) | |
| download | qxmpp-7587dfafe8917fccf5917682a7e5e9657cfa6d08.tar.gz | |
Add QXmppOmemoDeviceElement
Co-authored-by: Germán Márquez Mejía <mancho@olomono.de>
Diffstat (limited to 'src/base/QXmppConstants_p.h')
| -rw-r--r-- | src/base/QXmppConstants_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/QXmppConstants_p.h b/src/base/QXmppConstants_p.h index 20f8c6ea..1d55ad03 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -187,6 +187,7 @@ extern const char* ns_eme; extern const char* ns_spoiler; // XEP-0384: OMEMO Encryption extern const char* ns_omemo; +extern const char* ns_omemo_1; // XEP-0405: Mediated Information eXchange (MIX): Participant Server Requirements extern const char* ns_mix_pam; extern const char* ns_mix_roster; |
