-
-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
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
Labels
No labels