Merge pull request #5408 from Zauberstuhl/show_roster_minimized
Display chat box minimized on default
This commit is contained in:
commit
32c5508f3d
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ $(document).ready(function() {
|
||||||
online: 1,
|
online: 1,
|
||||||
chat: 1
|
chat: 1
|
||||||
},
|
},
|
||||||
|
displayRosterMinimized: function() {
|
||||||
|
return true;
|
||||||
|
},
|
||||||
xmpp: {
|
xmpp: {
|
||||||
url: $('script#jsxc').data('endpoint'),
|
url: $('script#jsxc').data('endpoint'),
|
||||||
username: jid.replace(/@.*?$/g, ''),
|
username: jid.replace(/@.*?$/g, ''),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue