Skip to content

Which configurations require for Group chat working? #25

@patelvanita360

Description

@patelvanita360

Hello , can any one help me to do xabber-web configuration with ejabberd ?
I have done following configuration in index.html file

require(['xabber'], function (xabber) {
            xabber.configure({
                CONNECTION_URL: 'wss://domain/ws/',
                LOG_LEVEL: 'INFO',
                DEBUG: true,
                XABBER_ACCOUNT_URL:'', **// what will be here?(Using ejabberd as backend)**
                API_SERVICE_URL: '', **//what will be here ?(Using ejabberd as backend)**
                STORAGE_NAME_ENDING: 'mydev1'
            });
            xabber.start();
        });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions