List of all members.
Detailed Description
Definition at line 18 of file MUCOccupant.h.
Member Enumeration Documentation
- Enumerator: 
 
| Owner  | 
 | 
| Admin  | 
 | 
| Member  | 
 | 
| Outcast  | 
 | 
| NoAffiliation  | 
 | 
 
Definition at line 21 of file MUCOccupant.h.
 
 
- Enumerator: 
 
| Moderator  | 
 | 
| Participant  | 
 | 
| Visitor  | 
 | 
| NoRole  | 
 | 
 
Definition at line 20 of file MUCOccupant.h.
 
 
Constructor & Destructor Documentation
      
        
          | Swift::MUCOccupant::MUCOccupant  | 
          ( | 
          const std::string &  | 
           nick,  | 
        
        
           | 
           | 
          Role  | 
           role,  | 
        
        
           | 
           | 
          Affiliation  | 
           affiliation |   | 
        
        
           | 
          ) | 
           |  |  | 
        
      
 
 
      
        
          | Swift::MUCOccupant::MUCOccupant  | 
          ( | 
          const MUCOccupant &  | 
           other | 
           )  | 
           | 
        
      
 
 
      
        
          | Swift::MUCOccupant::~MUCOccupant  | 
          ( | 
           | 
           )  | 
           | 
        
      
 
 
Member Function Documentation
      
        
          | Affiliation Swift::MUCOccupant::getAffiliation  | 
          ( | 
           | 
           )  | 
           const | 
        
      
 
 
      
        
          | std::string Swift::MUCOccupant::getNick  | 
          ( | 
           | 
           )  | 
           const | 
        
      
 
 
      
        
          | boost::optional<JID> Swift::MUCOccupant::getRealJID  | 
          ( | 
           | 
           )  | 
           const | 
        
      
 
 
      
        
          | Role Swift::MUCOccupant::getRole  | 
          ( | 
           | 
           )  | 
           const | 
        
      
 
 
      
        
          | void Swift::MUCOccupant::setNick  | 
          ( | 
          const std::string &  | 
           nick | 
           )  | 
           | 
        
      
 
 
      
        
          | void Swift::MUCOccupant::setRealJID  | 
          ( | 
          const JID &  | 
           jid | 
           )  | 
           |