Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which configurations require for Group chat working? #25

Open
patelvanita360 opened this issue Nov 5, 2018 · 4 comments
Open

Which configurations require for Group chat working? #25

patelvanita360 opened this issue Nov 5, 2018 · 4 comments

Comments

@patelvanita360
Copy link

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();
        });
@R0b1ns
Copy link

R0b1ns commented Dec 1, 2018

You need only a valid and working CONNECTION_URL (WebSocket Server) ~ With this. You can login in all XMPP Servers -> like your ejabberd XMPP Server. As i know ejabberd can also start a WebSocket Server.
To your real question. No configuration can make Group Chats work, cause Group Chats are not full implemented yet.
I hope i could help.. but.. maybe you can help to finish this feature ;)

@panpansh
Copy link

is it a websocket server part or client part ?

@ELForcer
Copy link

ELForcer commented Sep 1, 2021

Здравствуйте. Групповые чаты по прежнему еще не реализованы?

@andrewnenakhov
Copy link
Member

@ELForcer реализованы довольно давно, но пока нет публичного сервера для того, чтобы их создавать. Пока можете указывать адрес сервера xmppdev01.xabber.com, (на нем будут хоститься групчаты), но мы не гарантируем долговременное выживание чатов на этом сервере.

Думаю, достаточно скоро выпустим комплект сервер-андроидклиент-вебклиент-iOSклиент, чтобы все одинаково поддерживали этот протокол.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants