1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00

Merge branch 'master' of github.com:andyet/otalk

This commit is contained in:
Lance Stout 2014-03-07 14:56:07 -08:00
commit 16c2304425
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "otalk.im",
"description": "Otalk: WebRTC Enabled XMPP Client, in the Browser",
"version": "0.0.38",
"version": "0.0.39",
"dependencies": {
"andlog": "0.0.4",
"async": "0.2.9",

View File

@ -15,6 +15,7 @@ parts.forEach(function (value) {
jid: user.username.toLowerCase() + "@otalk.im",
server: "otalk.im",
wsURL: "wss://otalk.im/xmpp-websocket",
transport: "websocket",
credentials: {
username: user.username.toLowerCase(),
password: token