Searched refs:XmppPresenceShow (Results 1 – 4 of 4) sorted by relevance
28 enum XmppPresenceShow enum102 virtual XmppPresenceShow presence_show() const = 0;105 virtual XmppReturnStatus set_presence_show(XmppPresenceShow show) = 0;
42 virtual XmppPresenceShow presence_show() const;45 virtual XmppReturnStatus set_presence_show(XmppPresenceShow show);
26 StringToPresenceShow(const std::string& input, XmppPresenceShow* show) { in StringToPresenceShow()45 PresenceShowToString(XmppPresenceShow show, const char** output) { in PresenceShowToString()167 XmppPresenceShow172 XmppPresenceShow show = XMPP_PRESENCE_DEFAULT; in presence_show()178 XmppPresenceImpl::set_presence_show(XmppPresenceShow show) { in set_presence_show()
87 WritePresenceShow(std::ostream& os, XmppPresenceShow show) { in WritePresenceShow()