The QXmppBookmarkConference class represents a bookmark for a conference room, as defined by XEP-0048: Bookmarks.  
 More...
#include <QXmppBookmarkSet.h>
Detailed Description
The QXmppBookmarkConference class represents a bookmark for a conference room, as defined by XEP-0048: Bookmarks. 
Constructor & Destructor Documentation
      
        
          | QXmppBookmarkConference::QXmppBookmarkConference | ( |  | ) |  | 
      
 
Constructs a new conference room bookmark. 
 
 
Member Function Documentation
      
        
          | bool QXmppBookmarkConference::autoJoin | ( |  | ) | const | 
      
 
Returns whether the client should automatically join the conference room on login. 
 
 
      
        
          | QString QXmppBookmarkConference::jid | ( |  | ) | const | 
      
 
Returns the JID of the conference room. 
 
 
      
        
          | QString QXmppBookmarkConference::name | ( |  | ) | const | 
      
 
Returns the friendly name for the bookmark. 
 
 
      
        
          | QString QXmppBookmarkConference::nickName | ( |  | ) | const | 
      
 
Returns the preferred nickname for the conference room. 
 
 
      
        
          | void QXmppBookmarkConference::setAutoJoin | ( | bool | autoJoin | ) |  | 
      
 
Sets whether the client should automatically join the conference room on login.
- Parameters
- 
  
  
 
 
      
        
          | void QXmppBookmarkConference::setJid | ( | const QString & | jid | ) |  | 
      
 
Sets the JID of the conference room.
- Parameters
- 
  
  
 
 
      
        
          | void QXmppBookmarkConference::setName | ( | const QString & | name | ) |  | 
      
 
Sets the friendly name for the bookmark.
- Parameters
- 
  
  
 
 
      
        
          | 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: