Go to file
karolinaszczur 3cd74f0a03 [ux] import variables from andbang, initial take on chatbox form 2013-09-18 18:28:09 +02:00
clientapp Reset chat state on resource change. 2013-09-17 12:18:08 -07:00
fakekeys initial commit 2013-06-03 15:51:30 -07:00
public [ux] import variables from andbang, initial take on chatbox form 2013-09-18 18:28:09 +02:00
views SSL cert is invalid, remove the andyet tag include for now 2013-09-17 12:01:45 -07:00
.gitignore initial commit 2013-06-03 15:51:30 -07:00
.jshintignore Refactor all the things 2013-08-29 20:38:28 -07:00
.jshintrc Refactor all the things 2013-08-29 20:38:28 -07:00
README.md Update readme 2013-08-20 10:50:41 -07:00
dev_config.json All the things 2013-09-05 16:53:23 -07:00
package.json Fix roster and timezone info 2013-09-13 13:55:46 -07:00
server.js Refactor everything to use stylus 2013-09-16 02:19:07 -07:00

README.md

otalk

webrtc capable xmpp, in the browser

Setup

Until we get a proper login screen, modify and save this to localStorage.config:

{
    "jid": "USER@HOST",
    "server": "HOST",
    "wsURL": "wss://WSURI",
    "credentials": {
        "username": "USER",
        "password": "PASSWORD"
    }
}