aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2016-02-04 15:42:04 -0800
committerVitaly Buka <vitalybuka@google.com>2016-02-05 17:58:53 +0000
commit3b8fbc546262ac5335e9ddfd219c195b224a4427 (patch)
tree51c5c53ae18af9fda1ca151fb1479dd4e6a076e6 /include
parent15888c7a2f77789961eb613de0d775bdf761aceb (diff)
downloadlibweave-3b8fbc546262ac5335e9ddfd219c195b224a4427.tar.gz
Add customizable settings option for xmpp_endpoint
BUG:26525138 Change-Id: I8b198c5d7b29fdc11940443710c64731b1025066 Reviewed-on: https://weave-review.googlesource.com/2487 Reviewed-by: Alex Vakulenko <avakulenko@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/weave/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/weave/settings.h b/include/weave/settings.h
index 741fff2..7cb798d 100644
--- a/include/weave/settings.h
+++ b/include/weave/settings.h
@@ -61,6 +61,7 @@ struct Settings {
// Optional cloud information. Can be used for testing or debugging.
std::string oauth_url;
std::string service_url;
+ std::string xmpp_endpoint;
// Cloud ID of the registered device. Empty if device is not registered.
std::string cloud_id;