Skip to content

Commit

Permalink
Merge pull request #333 from aesedepece/new-gateways
Browse files Browse the repository at this point in the history
New low-latency dedicated gateways
  • Loading branch information
Adán Sánchez de Pedro Crespo committed Feb 18, 2014
2 parents 88618ea + a42b360 commit 3092218
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/loqui/providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var Providers = {
altname: 'Facebook',
connector: {
type: 'XMPP',
host: 'https://app.loqui.im/http-bind/',
host: 'https://bosh.loqui.im/',
timeout: 300
},
autodomain: 'chat.facebook.com',
Expand All @@ -42,7 +42,7 @@ var Providers = {
altname: 'Gmail',
connector: {
type: 'XMPP',
host: 'https://app.loqui.im/http-bind/',
host: 'https://bosh.loqui.im/',
timeout: 300
},
autodomain: 'gmail.com',
Expand All @@ -61,7 +61,7 @@ var Providers = {
longName: 'Nimbuzz',
connector: {
type: 'XMPP',
host: 'https://app.loqui.im/http-bind/',
host: 'https://bosh.loqui.im/',
timeout: 300
},
autodomain: 'nimbuzz.com',
Expand All @@ -79,7 +79,7 @@ var Providers = {
altname: 'ovi',
connector: {
type: 'XMPP',
host: 'https://app.loqui.im/http-bind/',
host: 'https://bosh.loqui.im/',
timeout: 300
},
autodomain: 'chat.ovi.com',
Expand All @@ -97,7 +97,7 @@ var Providers = {
altname: 'Lync',
connector: {
type: 'XMPP',
host: 'https://app.loqui.im/http-bind/',
host: 'https://bosh.loqui.im/',
timeout: 300
},
autodomain: false,
Expand All @@ -115,7 +115,7 @@ var Providers = {
longName: 'XMPP/Jabber',
connector: {
type: 'XMPP',
host: 'wss://app.loqui.im/ws/',
host: 'wss://websockets.loqui.im/',
timeout: 300
},
autodomain: false,
Expand Down

0 comments on commit 3092218

Please sign in to comment.