src/js/supportchat.js

changeset 39
0b18fb969bd3
parent 38
536e0a618d4a
child 43
a3febc43e4e9
equal deleted inserted replaced
38:536e0a618d4a 39:0b18fb969bd3
15 15
16 /*** XMPP handling */ 16 /*** XMPP handling */
17 var conn = null; 17 var conn = null;
18 18
19 /*** Query information */ 19 /*** Query information */
20 var question_type; // E.g. "Sales", "Technical" = $("#support-question-type").val(); 20 var question_type; // E.g. "Sales", "Technical"
21 var question_name; // Name of the submitter 21 var question_name; // Name of the submitter
22 var question_text; // The query itself 22 var question_text; // The query itself
23 23
24 /* Called by Strophe when status of connection changes 24 /* Called by Strophe when status of connection changes
25 (from disconnected to connected, vice-versa, etc.) 25 (from disconnected to connected, vice-versa, etc.)

mercurial