support-chat/js/supportchat.js

changeset 59
603d9caeb6d5
parent 58
c775513a5d78
equal deleted inserted replaced
58:c775513a5d78 59:603d9caeb6d5
6 muc_server: "support.localhost", 6 muc_server: "support.localhost",
7 team_rooms: { 7 team_rooms: {
8 "Sales": "sales@support.localhost", 8 "Sales": "sales@support.localhost",
9 "Technical": "technical@support.localhost" 9 "Technical": "technical@support.localhost"
10 }, 10 },
11 send_invites: true, 11 send_invites: false,
12 offline_support: "support@localhost", 12 offline_support: "support@localhost",
13 alternative_url: "http://www.google.co.uk/" 13 alternative_url: "http://www.google.co.uk/"
14 }; 14 };
15 15
16 /*** XMPP handling */ 16 /*** XMPP handling */

mercurial