Home
last modified time | relevance | path

Searched refs:xmpp_endpoint_ (Results 1 – 2 of 2) sorted by relevance

/external/libweave/src/notification/
Dxmpp_channel.cc98 xmpp_endpoint_{xmpp_endpoint},
289 LOG(INFO) << "Starting XMPP connection to: " << xmpp_endpoint_; in CreateSslSocket()
292 SplitAtFirst(xmpp_endpoint_, ":", true); in CreateSslSocket()
296 CHECK(base::StringToUint(host_port.second, &port)) << xmpp_endpoint_; in CreateSslSocket()
Dxmpp_channel.h132 std::string xmpp_endpoint_; variable