The QXmppBookmarkConference class represents a bookmark for a conference room, as defined by XEP-0048: Bookmarks.
More...
#include <QXmppBookmarkSet.h>
The QXmppBookmarkConference class represents a bookmark for a conference room, as defined by XEP-0048: Bookmarks.
◆ QXmppBookmarkConference()
QXmppBookmarkConference::QXmppBookmarkConference |
( |
| ) |
|
Constructs a new conference room bookmark.
◆ autoJoin()
bool QXmppBookmarkConference::autoJoin |
( |
| ) |
const |
Returns whether the client should automatically join the conference room on login.
◆ jid()
QString QXmppBookmarkConference::jid |
( |
| ) |
const |
Returns the JID of the conference room.
◆ name()
QString QXmppBookmarkConference::name |
( |
| ) |
const |
Returns the friendly name for the bookmark.
◆ nickName()
QString QXmppBookmarkConference::nickName |
( |
| ) |
const |
Returns the preferred nickname for the conference room.
◆ setAutoJoin()
void QXmppBookmarkConference::setAutoJoin |
( |
bool |
autoJoin | ) |
|
Sets whether the client should automatically join the conference room on login.
- Parameters
-
◆ setJid()
void QXmppBookmarkConference::setJid |
( |
const QString & |
jid | ) |
|
Sets the JID of the conference room.
- Parameters
-
◆ setName()
void QXmppBookmarkConference::setName |
( |
const QString & |
name | ) |
|
Sets the friendly name for the bookmark.
- Parameters
-
◆ setNickName()
void QXmppBookmarkConference::setNickName |
( |
const QString & |
nickName | ) |
|
Sets the preferred nickname for the conference room.
- Parameters
-
The documentation for this class was generated from the following files: