diff options
| author | Linus Jahn <lnj@kaidan.im> | 2019-10-20 16:53:00 +0200 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2019-10-21 15:39:33 +0200 |
| commit | 4af8f27d6bcbb44d349f4637d4653ac6ca3de09c (patch) | |
| tree | dd7e842ec7dc8f2ab3c39b8a2ff573f67728f7bd /src/base/QXmppRosterIq.h | |
| parent | 99e39f422a27bd24d1d39a86137438d31f4ec01e (diff) | |
| download | qxmpp-4af8f27d6bcbb44d349f4637d4653ac6ca3de09c.tar.gz | |
Revert "Implement MIX-PAM XEP-0405: Roster IQ extension"
This reverts commit 740a085ef7ac707e2cc2217edf02e296c3f7692e.
There were talks on the standards mailing list that the XEP will be
changed and a private PEP node is used for distributing joined channels.
Also no server (that I am aware of) supports the MIX roster extension,
so I think it is the best we remove before the next release, so we do
not have problems with deprecations and ABI compatibility.
Diffstat (limited to 'src/base/QXmppRosterIq.h')
| -rw-r--r-- | src/base/QXmppRosterIq.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/base/QXmppRosterIq.h b/src/base/QXmppRosterIq.h index 86ec537d..0929bb72 100644 --- a/src/base/QXmppRosterIq.h +++ b/src/base/QXmppRosterIq.h @@ -80,13 +80,6 @@ public: void setSubscriptionStatus(const QString&); void setSubscriptionType(SubscriptionType); - // XEP-0405: Mediated Information eXchange (MIX): Participant Server Requirements - bool isMixChannel() const; - void setIsMixChannel(bool); - - QString mixParticipantId() const; - void setMixParticipantId(const QString&); - /// \cond void parse(const QDomElement &element); void toXml(QXmlStreamWriter *writer) const; @@ -111,10 +104,6 @@ public: void addItem(const Item&); QList<Item> items() const; - // XEP-0405: Mediated Information eXchange (MIX): Participant Server Requirements - bool mixAnnotate() const; - void setMixAnnotate(bool); - /// \cond static bool isRosterIq(const QDomElement &element); /// \endcond |
