Searched defs:XmppRosterContact (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
H A Drostermodule.h141 class XmppRosterContact { class in namespace:buzz
143 virtual ~XmppRosterContact() {}
147 static XmppRosterContact* Create();
222 const XmppRosterContact* old_contact,
234 const XmppRosterContact* removed_contact,
297 virtual const XmppRosterContact* GetRosterContact(size_t index) = 0;
300 virtual const XmppRosterContact* FindRosterContact(const Jid& jid) = 0;
306 const XmppRosterContact* contact) = 0;

Completed in 141 milliseconds