diff options
| author | Zaran <zaran.krleza@gmail.com> | 2012-02-07 17:00:50 -0800 |
|---|---|---|
| committer | Zaran <zaran.krleza@gmail.com> | 2012-02-07 17:00:50 -0800 |
| commit | dc5060263aba3980d8577463ef818477ad9f3cae (patch) | |
| tree | c84290d64f2639e3d2611798ec348fe88209acdb /webclient/config.js.sample | |
| parent | 49581200ca11dbca47c57675f0a036edaa8c185c (diff) | |
| download | alias-dc5060263aba3980d8577463ef818477ad9f3cae.tar.gz | |
Beginning of the rewriting. Starting with the Roster.
Using a controller for the Roster, a Model for each contact
and a Model.List.
Diffstat (limited to 'webclient/config.js.sample')
| -rw-r--r-- | webclient/config.js.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webclient/config.js.sample b/webclient/config.js.sample new file mode 100644 index 0000000..3a0aae6 --- /dev/null +++ b/webclient/config.js.sample @@ -0,0 +1,4 @@ +var BOSH_SERVICE = 'http://alias.im/http-bind'; +var server_component = 'social.alias.im'; +var NAME = "zaran@alias.im"; +var PASSWORD = "xxxx";
\ No newline at end of file |
