Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2017-03-07 17:29:25 +0300
committersualko <klaus@jsxc.org>2017-03-07 17:29:25 +0300
commitd45a5e1fdad53b024b943b88858eb418cac75197 (patch)
tree384314cb08d7fa5601f911bd4b2f2ebb1d0edb1a /example
parent95689c62b6538a54d1348b7b2450971f7d8a0ecc (diff)
fix change of bosh url in example
Diffstat (limited to 'example')
-rw-r--r--example/js/example.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/js/example.js b/example/js/example.js
index 6ad95465..21a54d28 100644
--- a/example/js/example.js
+++ b/example/js/example.js
@@ -117,6 +117,7 @@ $(function() {
localStorage.setItem('bosh-url', url);
localStorage.setItem('xmpp-domain', domain);
+ jsxc.options.xmpp.url = url;
settings.xmpp.url = url;
settings.xmpp.domain = domain;