Home
last modified time | relevance | path

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

/external/libweave/src/notification/
Dxmpp_iq_stanza_handler.cc31 std::string to_attr; in BuildIqStanza() local
35 base::StringAppendF(&to_attr, " to='%s'", to.c_str()); in BuildIqStanza()
44 type.c_str(), from_attr.c_str(), to_attr.c_str(), in BuildIqStanza()