Questions tagged [ejabberd]

ejabberd is a Jabber/XMPP instant messaging server, licensed under GPLv2 (Free and Open Source), written in Erlang/OTP. Among other features, ejabberd is cross-platform, fault-tolerant, clusterable and modular.

ejabberd is a Jabber/XMPP instant messaging server, licensed under GPLv2 (Free and Open Source), written in Erlang/OTP. Among other features, ejabberd is cross-platform, fault-tolerant, clusterable and modular.

176 questions
0
votes
1 answer

How to allow more than 5K users to join Ejabberd MUC?

Ejabberd is the massively scalable server, here's article which show Ejabber can supporting 2M+ concurrent user. But for Multi-User Chat(MUC), Ejabber supports only 5K users(as per ejabberd module code: here). Ejabbered should be able to handle more…
Crawler
  • 101
0
votes
1 answer

How do I successfully run ejabberdctl dump-config or find updated documentation?

After starting up ejabberd 20.12 in Docker, the logs tell me I should run ejabberdctl dump-config to get the current running configuration. 2021-01-15 01:32:21.039034+00:00 [warning] Listening option 'certfile' of module ejabberd_c2s is deprecated…
0
votes
1 answer

ejabberd getting 404 Not Found at /http-bind

i'm having trouble setting up external xmpp server for nextcloud with my ejabberd server in combination with jsxc / xmpp-cloud-auth. In nextcloud external server config it shown the error: XMPP domain: https://cloud.XXX.com:5280 BOSH url:…
Pat Loi
  • 1
  • 1
0
votes
1 answer

Ejabberd cluster load balancing with AWS ALB

Summarizing my requirement here. Configure Ejabberd cluster setup under AWS application load balancer, then register 10K users with Ejabberd API request. Once the user accounts created, login with those users, create rooms & perform the chat test…
0
votes
1 answer

ejabberdctl cannot connect to server

# ejabberdctl Failed RPC connection to the node 'ejabberd@chat.***.com.au': nodedown It might appear that the configuration is pointing to the wrong server, but that all looks correct, since I can start the server with # ejabberdctl start If the…
Ari Maniatis
  • 121
  • 5
0
votes
1 answer

Import LDIF file to external server

As a follow-up to my previous question, which I've resolved part of, what we're trying to do now is take an exported .ldif file of the "Users" container on our OS X Server and import it into a separate OpenLDAP server on an EC2 instance. This we'll…
colemanm
  • 659
  • 5
  • 10
  • 25
0
votes
1 answer

installation gone awfully wrong?

I have installed the platform using the .run script Two dirs appeared in /opt/ejabberd and /opt/ejabberd-20... I started the services registered users and connected played along fine Pidgin also sent a file from one member to another. BUT I noticed…
0
votes
1 answer

Which steps to follow in order to make configuration of NAPTR records in ejabberd

I am newly in network and programming. I want to configure Sip in ejabberd. After I added ejabberd_sip listening module in ejabberd.yml as recommended in the documentation the next step is described as below: Next you need to configure DNS SIP…
0
votes
3 answers

Replicate portion of an LDAP directory to external server

We're in the process of setting up a Jabber server on Amazon EC2 right now, and we'd like to have our internal users authenticate via LDAP so we don't have to create/manage a separate set of user accounts than the master directory in the office. My…
colemanm
  • 659
  • 5
  • 10
  • 25
0
votes
1 answer

mod_block_strangers and ACL

My ejabberd version is 19.08. Could you advice or explain, why mod_block_strangers: access: list drop: true access_rules: list: allow: all works fine? But such: mod_block_strangers: access: list drop: true access_rules: list: …
saxad
  • 7
  • 3
0
votes
1 answer

Ejabberd mod_block_strangers block error stanzas

My ejabberd version is 19.08. With enabled mod_block_strangers error stanzas haven't been received. Sending message to outside recipient (not local jabber) Example of out stanza with mod_block_strangers=on
saxad
  • 7
  • 3
0
votes
1 answer

Ejabberd: A user can see other (foreign) chat content

A have tested ejabberd 20.03 on my Archlinux box for a few weeks now as a possible WhatsApp replacement within the family. I use a postgresql backend for my user database. All went very well until today: I created a third account for my sister.…
Torsten
  • 3
  • 1
0
votes
1 answer

Multiple argument in ejabberdctl process_rosteritems command

Guys and especially Badlop :) I need your help and have question. How can I add more argument in process_rosteritems command I have for example, such command: ejabberdctl process_rosteritems list none out any user@jabber.com And I need 2…
saxad
  • 7
  • 3
0
votes
1 answer

When I am trying to run ejabberdctl live, it is taking almost 30 minutes to load configuration

I am passing the below run level commands while running ejabberdctl live. After passing those commands it's taking almost 30 minutes to load configuration. After that, I am trying to run another application, i.e Tsung, to load to ejabberd but…
-1
votes
1 answer

Ejabberd. Different ports - different access

There is a connection on two ports ... on 5288 users connect via a web socket from a browser, on 5222 via regular clients ... when there are no access restrictions, everything connects, everything works ... if I add access only to admin on client…
IPcorp
  • 1
  • 3
1 2 3
11
12