|
static bool | isItem (const QDomElement &) |
|
static bool | isItem (const QDomElement &element) |
|
|
virtual void | parsePayload (const QDomElement &payloadElement) |
|
virtual void | serializePayload (QXmlStreamWriter *writer) const |
|
template<typename PayloadChecker > |
static bool | isItem (const QDomElement &element, PayloadChecker isPayloadValid) |
|
The QXmppMixParticipantItem class represents a PubSub item of a MIX channel participant as defined by XEP-0369: Mediated Information eXchange (MIX).
- Since
- QXmpp 1.5
◆ isItem()
bool QXmppMixParticipantItem::isItem |
( |
const QDomElement & |
element | ) |
|
|
static |
Returns true, if this dom element is a MIX participant item.
◆ jid()
const QString & QXmppMixParticipantItem::jid |
( |
| ) |
const |
Returns the participant's JID.
◆ nick()
const QString & QXmppMixParticipantItem::nick |
( |
| ) |
const |
Returns the participant's nickname.
◆ setJid()
void QXmppMixParticipantItem::setJid |
( |
QString |
jid | ) |
|
Sets the participant's JID.
◆ setNick()
void QXmppMixParticipantItem::setNick |
( |
QString |
nick | ) |
|
Sets the participants nickname.
The documentation for this class was generated from the following files: