diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-02-10 16:44:55 +0100 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2020-02-10 20:29:19 +0100 |
| commit | bfd26369d1ef032837fbd2b52ea0ed4cc04abe91 (patch) | |
| tree | 64aa6d70c44eada4c891c6c5272dd6b5af3ba5bd /src/base/QXmppConstants_p.h | |
| parent | 964e7458191f615abe2ee4eb0b27c7680c7be2f3 (diff) | |
| download | qxmpp-bfd26369d1ef032837fbd2b52ea0ed4cc04abe91.tar.gz | |
Implement XEP-0428: Fallback Indication
This adds support of XEP-0428: Fallback Indication in version 0.1.0.
https://xmpp.org/extensions/xep-0428.html
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 28ad6da8..c7811811 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -178,5 +178,7 @@ extern const char* ns_omemo; extern const char* ns_mix_pam; extern const char* ns_mix_roster; extern const char* ns_mix_presence; +// XEP-0428: Fallback Indication +extern const char* ns_fallback_indication; #endif // QXMPPCONSTANTS_H |
