Obsolete Members for QXmppMixIq
The following members of class QXmppMixIq are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) QString | channelName() const |
(deprecated) QString | jid() const |
(deprecated) QStringList | nodes() const |
(deprecated) void | setChannelName(const QString &channelName) |
(deprecated) void | setJid(const QString &jid) |
(deprecated) void | setNodes(const QStringList &nodes) |
Member Function Documentation
[deprecated] QString QXmppMixIq::channelName() const
This function is deprecated. We strongly advise against using it in new code.
Returns the channel's ID (the local part of the channel JID).
It can be empty if a JID was set.
This method is deprecated since QXmpp 1.7. Use QXmppMixIq::channelId() instead.
See also setChannelName().
[deprecated] QString QXmppMixIq::jid() const
This function is deprecated. We strongly advise against using it in new code.
Returns the channel JID, in case of a Join/ClientJoin query result, containing the participant ID.
This method is deprecated since QXmpp 1.7. Use QXmppMixIq::participantId() and QXmppMixIq::channelJid() instead.
See also setJid().
[deprecated] QStringList QXmppMixIq::nodes() const
This function is deprecated. We strongly advise against using it in new code.
Returns the nodes being subscribed to.
This method is deprecated since QXmpp 1.7. Use QXmppMixIq::subscriptions() instead.
See also setNodes().
[deprecated] void QXmppMixIq::setChannelName(const QString &channelName)
This function is deprecated. We strongly advise against using it in new code.
Sets the channel's ID (the local part of the channel JID) for creating or destroying a channel via channelName.
If you create a new channel, the channel ID can be left empty to let the server generate an ID.
This method is deprecated since QXmpp 1.7. Use QXmppMixIq::setChannelId() instead.
See also channelName().
[deprecated] void QXmppMixIq::setJid(const QString &jid)
This function is deprecated. We strongly advise against using it in new code.
Sets the channel jid (including a possible participant ID), in case of a Join/ClientJoin query result, containing the participant ID.
This method is deprecated since QXmpp 1.7. Use QXmppMixIq::setParticipantId() and QXmppMixIq::setChannelJid() instead.
See also jid().
[deprecated] void QXmppMixIq::setNodes(const QStringList &nodes)
This function is deprecated. We strongly advise against using it in new code.
Sets the nodes being subscribed to.
This method is deprecated since QXmpp 1.7. Use QXmppMixIq::setSubscriptions() instead.
See also nodes().