From 8efc8ea6aef64455bca04b11c3c4b0e20b532484 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Mon, 8 Mar 2021 20:11:22 +0100 Subject: Implement MIX-MISC XEP-0407: Invitation message extension (#329) This implements the message extension for MIX invitations from XEP-0407: Mediated Information eXchange (MIX): Miscellaneous Capabilities in version 0.1.2. https://xmpp.org/extensions/xep-0407.html#usecase-user-invite --- src/base/QXmppRosterIq.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/base/QXmppRosterIq.cpp') diff --git a/src/base/QXmppRosterIq.cpp b/src/base/QXmppRosterIq.cpp index 83e12422..6c4999c6 100644 --- a/src/base/QXmppRosterIq.cpp +++ b/src/base/QXmppRosterIq.cpp @@ -289,7 +289,6 @@ QXmppRosterIq::Item::subscriptionType() const return d->type; } - /// /// Sets the subscription type of the roster entry. /// -- cgit v1.2.3