Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: remoting/base/service_urls.h

Issue 1015853002: Use port 5222 for XMPP connection from Me2Me host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/base/service_urls.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/service_urls.h
diff --git a/remoting/base/service_urls.h b/remoting/base/service_urls.h
index 1e2393f490acdc567b1cc4115c7f2d6de888348c..6e03e370a6ef708a3c3753e80cc9c226167872bf 100644
--- a/remoting/base/service_urls.h
+++ b/remoting/base/service_urls.h
@@ -26,6 +26,7 @@ class ServiceUrls {
// XMPP Server configuration.
const std::string& xmpp_server_address() const;
+ const std::string& xmpp_server_address_for_me2me_host() const;
bool xmpp_server_use_tls() const;
// Remoting directory bot JID (for registering hosts, logging, heartbeats).
@@ -40,6 +41,7 @@ class ServiceUrls {
std::string directory_base_url_;
std::string directory_hosts_url_;
std::string xmpp_server_address_;
+ std::string xmpp_server_address_for_me2me_host_;
bool xmpp_server_use_tls_;
std::string directory_bot_jid_;
« no previous file with comments | « no previous file | remoting/base/service_urls.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698