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
0 answers

I can't register a user on ejabberd with postgresql

Whenever I try adding a new user like: ejabberdctl register admin localhost default It gives me the following error: Problem 'error undef' occurred executing the command. Stacktrace: [{ejabberd_odbc,escape,["admin"]}, …
Marconi
  • 199
  • 3
  • 14
1
vote
1 answer

eJabberd leave_cluster failing

eJabberd Version: 22.05 OS: Ubuntu 18.04 LTS Installation : From Source We've an ejabberd cluster with three nodes having the below listed node names. 'ejabberd@ltxmpp2.gims' 'ejabberd@ltxmpp1.gims' 'ejabberd@ltxmpp3.gims' When we try to remove…
1
vote
0 answers

How to store the uploaded file to s3 bucket in ejabberd

I'm working on one to one chat with ejabberd. I need to store the media files shared between the users to be stored in the s3 bucket. Do I need to add the s3 bucket URL to the docroot of mod_http_upload module?
rangarajan
  • 11
  • 2
1
vote
0 answers

ejabberd: ldap_filter in LDAP Active Directory

TL;DR: How to setup ejabberd to only allow some Active Directory group members? Hello, After having successfully set up an ejabberd service plugged in to our AD, I'd like to narrow the allowed users to a specific group. My working setup is…
Nec
  • 11
  • 1
1
vote
0 answers

Error configuring ACME ssl for ejabberd

I would like to know if there is a way to add a sucure ssl certifacte to ejabberd? Someone reccomeneded ACME, but I run into an error: root@uosib:~ ejabberdctl request-certificate all Error: error Error: "HTTP error: unexpected content type:…
1
vote
2 answers

How to remove S2S connection?

I recently tried out snikket on one of my android devices, but then removed it. A couple days later, I noticed there are some S2S connections to "push.snikket.net". Log entries: 2022-01-14 16:55:49.049 [info] <0.10068.0>@ejabberd_s2s_out:init:289…
Ryan Peters
  • 195
  • 1
  • 3
  • 13
1
vote
1 answer

Conversations cannot log in to ejabberd - error in stream

The ejabberd server I'm configuring has the following configuration for certfiles and for the port 5222. Gajim, Psi and Pidgin can connect fine. Conversations cannot. There's some stream error. ejabberd's log shows 2021-07-15 16:15:01.459 [info]…
Luis
  • 283
  • 5
  • 10
1
vote
1 answer

Ejabberd TLS negotiation failed

I've been trying for two days to get a simple Ejabberd setup working on a FreeBSD system, nothing too complicated, but couldn't get past a "TLS negotiation failed" error in Conversations. I haven't even gotten to the part of worrying about STUN/TURN…
1
vote
0 answers

Lagging in eJabberd messaging

I am running ejabberd 17.04. I have about 900K+ users registered on my node. For me the system was running smoothly as I do not have more than 500 users online at any point. But recently, the users started to created groups and I can see the entry…
1
vote
0 answers

How to do push notifications with ejabberd 19.09

I am using ejabberd 19.09. It is connected to a SQL Server database backend for storage, and I am using "external script" (https://docs.ejabberd.im/admin/configuration/authentication/#external-script) authentication to integrate authentication with…
Peter Tirrell
  • 175
  • 1
  • 8
1
vote
1 answer

ejabberd STARTTLS setup on port 5222

I just installed and setup the docker ejabberd/ecs image on an ubuntu 20.04 aws instance. I have ports, domain name and users setup and working. On the host (ubuntu) I generated Let's Encrypt certificates with certbot, copied them on the docker…
user7890
  • 13
  • 3
1
vote
1 answer

Failed to establish outbound s2s connection

I'm getting this error when trying to chat between 2 registered users 04:54:07.632 [warning] Failed to establish outbound s2s connection host -> user: DNS lookup failed: non-existing domain; bouncing for 74 seconds this is all on my lan, because…
0
votes
1 answer

Ejabberd MUC room not sending unavailable presence for disconnected users

I'm running ejabberd 19.09.1 using the official Docker image, configured for anonymous authentication with mod_muc. Clients generally connect to the server in the browser, through a WebSocket endpoint. ejabberd is sitting behind an nginx reverse…
0
votes
0 answers

Unable to log in to ejabberd

I have an AWS instance (Ubuntu 18.04) on which I am deploying ejabberd xmpp server (v.19.09.1). I took the following steps. I disabled Ubuntu firewall (ufw) within the AWS instance since I already have the required security group in place. I…
Najeeb
  • 107
  • 7
0
votes
2 answers

CA certificate shows as unkown certificate

I am trying to configure a certificate for usage with my ejabberd server. This is not a self-signed cert but one from PossitiveSSL from Comodo valid for 1 year. Cert is not expired. I have the private key in PEM format, the certificate in .crt…
ddywz
  • 1