Open saurabhb8984 opened 5 years ago
Please add debug: true
when calling converse.initialize
, use a non-minified converse.js bundle and then add a link to your browser console output here.
Remove the logging of the SASL exchange (the initial login part) from your logs before making them public.
I have pasted logs, please see if you can find something. Thanks
converse.js:71826:7 2018-11-15T11:08:11-06:00 DEBUG: request id 7.1 state changed to 2 converse.js:71826:7 2018-11-15T11:08:11-06:00 DEBUG: request id 7.1 state changed to 3 converse.js:71826:7 2018-11-15T11:08:11-06:00 DEBUG: request id 7.1 state changed to 4 converse.js:71826:7 2018-11-15T11:08:11-06:00 DEBUG: removing request converse.js:71826:7 2018-11-15T11:08:11-06:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:71826:7 2018-11-15T11:08:11-06:00 DEBUG: request id 7 should now be removed converse.js:71826:7 2018-11-15T11:08:11-06:00 DEBUG: request id 7.1 got 200 converse.js:71826:7 2018-11-15T11:08:11-06:00 INFO: _dataRecv called converse.js:71828:7 2018-11-15T11:08:11-06:00 DEBUG:
converse.js:71826:7 2018-11-15T11:08:16-06:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:71826:7 2018-11-15T11:08:16-06:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:71826:7 2018-11-15T11:08:16-06:00 DEBUG: _throttledRequestHandler called with 2 requests converse.js:71826:7 2018-11-15T11:08:16-06:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:71826:7 2018-11-15T11:08:16-06:00 DEBUG: request id 10.0 posting converse.js:71826:7 2018-11-15T11:08:16-06:00 DEBUG: request id 10.0 state changed to 1 converse.js:71826:7 2018-11-15T11:08:16-06:00 DEBUG:
converse.js:71826:7 2018-11-15T11:08:42-06:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:71826:7 2018-11-15T11:08:42-06:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:71826:7 2018-11-15T11:08:42-06:00 DEBUG: _throttledRequestHandler called with 2 requests converse.js:71826:7 2018-11-15T11:08:42-06:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:71826:7 2018-11-15T11:08:42-06:00 DEBUG: request id 11.0 posting converse.js:71826:7 2018-11-15T11:08:42-06:00 DEBUG: request id 11.0 state changed to 1 converse.js:71826:7 2018-11-15T11:08:42-06:00 DEBUG:
@saurabhb8984 Thanks, but the stanzas aren't included in the logs. This means that the loglevel in your console is not set to include debug (aka verbose) logs.
For example, see here in Chromium:
Isn't this a duplicate of https://github.com/conversejs/converse.js/issues/1314
Chatbox heading displays jid even if vcard is setup for all users. This happens when user comes online and has pending messages when user was offline.
See first image has one pending message, second image, chatbox shows jid.
Let me know if you need more information.