QXmppBookmarkConference Class

The QXmppBookmarkConference class represents a bookmark for a conference room, as defined by XEP-0048: Bookmarks. More...

Header: #include <QXmppBookmarkSet.h>

Public Functions

QXmppBookmarkConference()
bool autoJoin() const
QString jid() const
QString name() const
QString nickName() const
void setAutoJoin(bool autoJoin)
void setJid(const QString &jid)
void setName(const QString &name)
void setNickName(const QString &nickName)

Detailed Description

Member Function Documentation

QXmppBookmarkConference::QXmppBookmarkConference()

Constructs a new conference room bookmark.

bool QXmppBookmarkConference::autoJoin() const

Returns whether the client should automatically join the conference room on login.

See also setAutoJoin().

QString QXmppBookmarkConference::jid() const

Returns the JID of the conference room.

See also setJid().

QString QXmppBookmarkConference::name() const

Returns the friendly name for the bookmark.

See also setName().

QString QXmppBookmarkConference::nickName() const

Returns the preferred nickname for the conference room.

See also setNickName().

void QXmppBookmarkConference::setAutoJoin(bool autoJoin)

Sets whether the client should automatically join the conference room on login.

autoJoin.

See also autoJoin().

void QXmppBookmarkConference::setJid(const QString &jid)

Sets the JID of the conference room.

jid.

See also jid().

void QXmppBookmarkConference::setName(const QString &name)

Sets the friendly name for the bookmark.

See also name().

void QXmppBookmarkConference::setNickName(const QString &nickName)

Sets the preferred nickname for the conference room.

nickName.

See also nickName().