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
1
vote
1 answer

ejabberd having issue about undefined function

I am getting errors with XMPP on my Gentoo Hardened server. It runs and says it is running but when trying log many of these errors appear about a crash. 2019-11-01 10:56:54.748 [error] <0.563.0>@xmpp_idna:domain_utf8_to_ascii CRASH REPORT Process…
Kaizu
  • 15
  • 3
1
vote
0 answers

Upload files doesn't work on Ejabberd server

I will try to explain to you what is happening to me in my brand new Ejabberd server. I can not get the option to upload files between users (mod_http_upload), I have followed several tutorials, but there is no way. I use port 5443, as it comes in…
Paco Ribas
  • 11
  • 1
1
vote
1 answer

Client not syncing messages; mod_carboncopy

I've had a prosody running trunk for about a year and haven't had any issues. I've been testing ejabberd 18.12 and completed a transfer with ejabberdctl import_prosody on a "migrated" prosody directory with prosody-migrator Now, carbon copy when…
Miati
  • 133
  • 4
1
vote
1 answer

Ejabberd and Conversations using OMEMO

I'm new to XMPP Servers and have setup a ejabberd server 18.09 under Windows 7 and I'm using Conversations 2.3.4+fcr as client. Now I want to use OMEMO and I have no success. Conversations says in its server info, that XEP-0163 has failed and when I…
Node
  • 11
  • 1
  • 3
1
vote
0 answers

emulator Discarding message in an old incarnation (2) of this node (3)

Has anyone seen this error message and know what causes it? Running EjabberD Community Edition v 17.01 on two Linux VMs. This occurred on one of the nodes.
sfklo789
  • 11
  • 1
1
vote
0 answers

ejabberd (18.01-2) install on ubuntu server 18 fails - cannot start ejabberd

I'm trying to install ejabberd on ubuntu server 18. It fails to start with this error [error] <0.173.0> CRASH REPORT Process <0.173.0> with 0 neighbours exited with reason:…
fexplorer
  • 11
  • 4
1
vote
1 answer

How to delete all information belonging to an ejabberd vhost?

Deactivating an ejabberd vhost is easy. In the simplest case, just remove the entry from the hosts section in /etc/ejabberd/ejabberd.yml. I presume this does not delete any information about the users related to that host: Username Password (if not…
1
vote
1 answer

Ejabberd and jwchat configuration

On Leap 15, I have installed the latest version of ejabberd, and have tried to install jwchat. But ejabberd now uses yml files, and none of the jwchat tutorials use yml files, but I have tried to make the connection. My question is what in the…
BJ TN
  • 11
  • 2
1
vote
1 answer

ejabberd privacy lists (xep-0016) unexpected behavior

To fend off xmpp spam, I use xep-0016 privacy list, that allows messages from contacts with mutual subscriptions (plus from muc servers), and denies by default:
crosser
  • 113
  • 4
1
vote
1 answer

Ejabberd error: Maximum number of users for conference@conference.url.com has been reached

We are using ejabberd in conference mode. My conference has default values. Such as "Max number of occupants 200", etc We have 14 participants and 2 owners. When I try to join my account (as a second owner) to conference I've got an error "Maximum…
Roman Koval
  • 111
  • 1
  • 7
1
vote
1 answer

can mod_muc using external auth_method? (ejabberd)

I am trying make chatting program using ejabberd, and I'm success to single and group chatting room. and I try to create secret group chatting room that was not using static password. If client want join secret chatting room, client send hash_key…
rash
  • 13
  • 2
1
vote
0 answers

ejabberd localhost the connection was interrupted but logs say connection was accepted

I'm completely new to ejabber. I have installed ejabber on debian (on virtual machine) but when I tried to check it with localhost (http://localhost:5280/admin) mozilla responded with the announcement "the connection was interrupted". I checked logs…
Mirz
  • 11
  • 1
1
vote
1 answer

eJabberd: room history is erased after server restart

I've successfully deployed a ejabberd server and integrated it with a mobile application. Everything works great, however, every time I restart the server, the history of every room is lost. Actually, it is still stored in the database, but the…
pAkY88
  • 201
  • 4
  • 10
1
vote
0 answers

Ejabberd server does not announce external auth

I have an ejabberd server set up to use authentication with an external Java script however when I try to log in to the server from my Java client using Smack I get the following SmackException: No supported and enabled SASL Mechanism provided by…
aa3154
  • 11
  • 2
1
vote
0 answers

have xmpp (ejabberd) server authenticate with existing user database (MySQL)

Let me start off by stating that I know very little about the XMPP protocol or real-time communication in general. I did however manage to set up an ejabberd server with TLS encryption. I have written a PHP website with a custom user system saved to…
Omar Saad
  • 111
  • 1
1 2
3
11 12