-
-
Notifications
You must be signed in to change notification settings - Fork 810
Closed
Labels
Milestone
Description
Hi Converse.js,
I'm using this app with the latest ejabberd and I'm having a hard time seeing messages from people not in my roster. But I see these messages in my iOS XMPP client. I believe I have everything setup correctly when initializing. I would love it if anyone has any suggestion?
Thank you,
converse.initialize({
authentication: 'login',
auto_away: 300,
auto_reconnect: true,
websocket_url: 'wss://messages.domain.com/xmpp-websocket',
message_archiving: 'always',
view_mode: 'fullscreen',
keepalive: true,
message_carbons: true,
allow_non_roster_messaging: true,
allow_chat_pending_contacts: true,
play_sounds: true,
roster_groups: false,
show_controlbox_by_default: false,
xhr_user_search: false,
allow_bookmarks: false,
allow_muc: false,
allow_muc_invitations: false,
allow_registration: false,
auto_list_rooms: false,
locked_domain: 'domain.com',
enable_smacks: true
});
Reactions are currently unavailable