Searched refs:roster_handler_ (Results 1 – 2 of 2) sorted by relevance
571 roster_handler_(NULL), in XmppRosterModuleImpl()585 roster_handler_ = handler; in set_roster_handler()591 return roster_handler_; in roster_handler()808 if (roster_handler_) in IqResponse()809 roster_handler_->RosterError(this, stanza); in IqResponse()929 if (roster_handler_) in InternalSubscriptionRequest()930 roster_handler_->SubscriptionRequest(this, jid, request_type, stanza); in InternalSubscriptionRequest()991 if (roster_handler_) in InternalIncomingPresence()992 roster_handler_->IncomingPresenceChanged(this, presence); in InternalIncomingPresence()999 if (roster_handler_) in InternalIncomingPresenceError()[all …]
272 XmppRosterHandler* roster_handler_; variable