Hi ,
I am using converse.js with ejabberd, I have configured the converse.js with minified version but it when i open in android mobile browser it logs in but when i click friendlist to open a chat box to chat it minimize. It does'nt show any console error . Is there any solution for this. Please find the converse config below:-
converse.initialize({
websocket_url: webSocketUrl, // ConnectionUrl
keepalive: true,
message_carbons: true,
message_archiving: 'roster',
//play_sounds: true,
auto_login: true,
jid: user,
password: password,
show_controlbox_by_default: false,
auto_list_rooms:true,
allow_logout: false,
allow_registration: false,
});
Please suggest me with some solution , i am struggling with these for days now.