Public Member Functions

Swift::ChatStateNotifier Class Reference

Collaboration diagram for Swift::ChatStateNotifier:

List of all members.

Public Member Functions

 ChatStateNotifier (StanzaChannel *stanzaChannel, const JID &contact, EntityCapsProvider *entityCapsManager)
 ~ChatStateNotifier ()
void setContact (const JID &contact)
void addChatStateRequest (Message::ref message)
void setUserIsTyping ()
void userSentMessage ()
void userCancelledNewMessage ()
void receivedMessageFromContact (bool hasActiveElement)
void setContactIsOnline (bool online)

Detailed Description

Definition at line 19 of file ChatStateNotifier.h.


Constructor & Destructor Documentation

Swift::ChatStateNotifier::ChatStateNotifier ( StanzaChannel stanzaChannel,
const JID contact,
EntityCapsProvider entityCapsManager 
)
Swift::ChatStateNotifier::~ChatStateNotifier (  ) 

Member Function Documentation

void Swift::ChatStateNotifier::addChatStateRequest ( Message::ref  message  ) 
void Swift::ChatStateNotifier::receivedMessageFromContact ( bool  hasActiveElement  ) 
void Swift::ChatStateNotifier::setContact ( const JID contact  ) 
void Swift::ChatStateNotifier::setContactIsOnline ( bool  online  ) 
void Swift::ChatStateNotifier::setUserIsTyping (  ) 
void Swift::ChatStateNotifier::userCancelledNewMessage (  ) 
void Swift::ChatStateNotifier::userSentMessage (  )