From 524a02debffd9552f0928b5804d7b51b045aa9d2 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Sun, 25 Sep 2022 14:12:51 +0200 Subject: Implement XEP-0272: Multiparty Jingle (Muji) stanza extensions (#457) Adds the presence extension and the extension of the Jingle IQ. https://xmpp.org/extensions/xep-0272.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 83521c5a..5a1e57e7 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -141,6 +141,8 @@ extern const char *ns_bob; extern const char *ns_conference; // XEP-0264: Jingle Content Thumbnails extern const char *ns_thumbs; +// XEP-0272: Multiparty Jingle (Muji) +extern const char *ns_muji; // XEP-0280: Message Carbons extern const char *ns_carbons; // XEP-0297: Stanza Forwarding -- cgit v1.2.3