OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmpp_config
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host.cc
141
XmppSignalStrategy::XmppServerConfig
xmpp_config
= xmpp_server_config_;
local
143
if (!message.GetString("userName", &
xmpp_config
.username)) {
156
&
xmpp_config
.auth_token,
157
&
xmpp_config
.auth_service);
158
if (
xmpp_config
.auth_token.empty()) {
197
xmpp_config
,
/external/chromium_org/remoting/host/plugin/
host_script_object.cc
463
XmppSignalStrategy::XmppServerConfig
xmpp_config
= xmpp_server_config_;
local
465
xmpp_config
.username = StringFromNPVariant(args[0]);
466
if (
xmpp_config
.username.empty()) {
472
ParseAuthTokenWithService(auth_service_with_token, &
xmpp_config
.auth_token,
473
&
xmpp_config
.auth_service);
474
if (
xmpp_config
.auth_token.empty()) {
493
xmpp_config
, directory_bot_jid_);
[
all
...]
Completed in 337 milliseconds