Commit 7f4206e9 authored by JC Brand's avatar JC Brand

Update changes

parent 49fd8a7e
......@@ -3,8 +3,7 @@ Changelog
0.1 - Unreleased
----------------
- Further performance enhancements and general script cleanup, see pull request
6 for details [ichim-david]
- Concieved and created [jcbrand]
- Performance enhancements for rosters [ichim-david]
- Add vCard support [jcbrand]
- Performance enhancements and general script cleanup [ichim-david]
- Add "Connecting to chat..." info [alecghica]
- Concieved and created [jcbrand]
......@@ -8,16 +8,15 @@ require(["jquery", "converse"], function($) {
buttons: {
"Connect": function () {
$(document).trigger('connect', {
jid: $('#jid').val(),
password: $('#password').val(),
bosh_service_url: $('#bosh_service_url').val()
jid: 'opkode@jappix.com',
password: 'jpwagw00rd!',
bosh_service_url: 'https://bind.jappix.com/'
});
$('#password').val('');
$(this).dialog('close');
}
}
});
$(document).bind('connect', function (ev, data) {
var connection = new Strophe.Connection(data.bosh_service_url);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment