Skip to content

Having trouble seeing messages from people not in my roster #2383

@dougbrose

Description

@dougbrose

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
    });

Metadata

Metadata

Assignees

No one assigned

    Labels

    UXUser experiencebug

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions