|
QXmpp Version: 1.11.3
|
The QXmppBookmarkConference class represents a bookmark for a conference room, as defined by XEP-0048: Bookmarks. More...
#include <QXmppBookmarkSet.h>
Public Member Functions | |
| QXmppBookmarkConference () | |
| Constructs a new conference room bookmark. | |
| bool | autoJoin () const |
| void | setAutoJoin (bool autoJoin) |
| QString | jid () const |
| Returns the JID of the conference room. | |
| void | setJid (const QString &jid) |
| Sets the JID of the conference room. | |
| QString | name () const |
| Returns the friendly name for the bookmark. | |
| void | setName (const QString &name) |
| Sets the friendly name for the bookmark. | |
| QString | nickName () const |
| Returns the preferred nickname for the conference room. | |
| void | setNickName (const QString &nickName) |
| Sets the preferred nickname for the conference room. | |
The QXmppBookmarkConference class represents a bookmark for a conference room, as defined by XEP-0048: Bookmarks.
| bool QXmppBookmarkConference::autoJoin | ( | ) | const |
Returns whether the client should automatically join the conference room on login.
| void QXmppBookmarkConference::setAutoJoin | ( | bool | autoJoin | ) |
Sets whether the client should automatically join the conference room on login.