Collaboration diagram for Swift::PresenceOracle:Public Member Functions | |
| PresenceOracle (StanzaChannel *stanzaChannel) | |
| ~PresenceOracle () | |
| Presence::ref | getLastPresence (const JID &) const |
| Presence::ref | getHighestPriorityPresence (const JID &bareJID) const |
| std::vector< Presence::ref > | getAllPresence (const JID &bareJID) const |
Public Attributes | |
| boost::signal< void(Presence::ref)> | onPresenceChange |
Definition at line 20 of file PresenceOracle.h.
| Swift::PresenceOracle::PresenceOracle | ( | StanzaChannel * | stanzaChannel | ) |
| Swift::PresenceOracle::~PresenceOracle | ( | ) |
| std::vector<Presence::ref> Swift::PresenceOracle::getAllPresence | ( | const JID & | bareJID | ) | const |
| Presence::ref Swift::PresenceOracle::getHighestPriorityPresence | ( | const JID & | bareJID | ) | const |
| Presence::ref Swift::PresenceOracle::getLastPresence | ( | const JID & | ) | const |
| boost::signal<void (Presence::ref)> Swift::PresenceOracle::onPresenceChange |
Definition at line 30 of file PresenceOracle.h.
1.7.1