From bfd26369d1ef032837fbd2b52ea0ed4cc04abe91 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Mon, 10 Feb 2020 16:44:55 +0100 Subject: 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 --- src/base/QXmppConstants_p.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/base/QXmppConstants_p.h') 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 -- cgit v1.2.3