Skip to main content

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.

0 votes
0 answers
68 views

I have a group with users in LDAP. I want them to be added to shared roster of all users in this group. What I tried: mod_shared_roster_ldap: ldap_base: "dc=domain,dc=tld" ...
Marzanna's user avatar
0 votes
0 answers
125 views

I’m looking to implement WhatsApp-style "Read Receipts" (Sent/Delivered/Read states) in my ejabberd deployment. While I am aware of XEP-0184 (Message Delivery Receipts), that typically only ...
Naveen Krishnamurthy's user avatar
2 votes
1 answer
202 views

I'm trying to enable file uploads on ejabberd, and it is failing at "filelib:ensure_dir", since the directories are not showing up. From ensure_path(Path): Ensures that all parent ...
Stephen's user avatar
  • 161
0 votes
1 answer
137 views

I am trying to set up an Ejabberd Server. I have created users on the server and can log in. However, I am trying to set up a Shared Roster group so that when a user registers on the server, they are ...
user3728381's user avatar
0 votes
2 answers
163 views

When I save them into XML, it cannot be correctly loaded: only 5 of 21 users appears, and also without passwords. I see - new ejabberd store passwords as plain text, but old one - as some combination ...
Savva Voloshin's user avatar
0 votes
0 answers
215 views

System info > Debian 12; Ejabberd 24.12 Installed from > https://repo.process-one.net/ Setup > On APT-based Linux distributions; Config guide > Followed all the steps from https://docs....
user1853129's user avatar
0 votes
1 answer
561 views

On my Ubuntu 24.04 I created an experimental Docker file that installs ejabberd: FROM ubuntu:24.04 RUN apt update RUN apt -y install apt-utils RUN apt -y install locales RUN apt -y install nano # ...
Dmitriano's user avatar
  • 121
0 votes
0 answers
34 views

using ejabberd + spark i can't write to anybody to my roster. others also can not write to me and we all see error "An error has been detected: service-unavailable" when just starting to ...
Mefisto Evil's user avatar
0 votes
1 answer
162 views

When I try to change the password for my account, I get this error: root@ip-172-26-***-***:/home/admin# su -c "/usr/sbin/ejabberdctl change_password pavlik 3.79.***.*** ***" ejabberd {...
Pavel's user avatar
  • 11
0 votes
1 answer
676 views

I installed ejabberd on my Ubuntu 20.04.6 LTS with Cyberpanel, I configured it to use the Let's Encrypt certificates from Cyberpanel, I fixed permissions and now it doesn't complain about the ...
Miguel Vieira's user avatar
0 votes
2 answers
321 views

I am trying register new user in my xmpp server with help of node.js. below is the code: import { client, xml } from '@xmpp/client'; import { Injectable } from '@nestjs/common'; import { exec as ...
Dhruvil Panchal's user avatar
0 votes
1 answer
300 views

On my Ubuntu version 22 I have installed Ejabberd according to docs.ejabberd.im. Everything worked fine and made the minimum changes succesfull and registered a member and made the member admin in the ...
Riccoh's user avatar
  • 103
0 votes
0 answers
96 views

I'm trying to set up push notifications to my custom XMPP iOS client in ejabberd. I saw from this comment on a Github issue that one recommendation is to use an external push service using the ...
jvergeldedios's user avatar
0 votes
0 answers
82 views

I have a fairly standard ejabberd install backed by MySQL and I want to pre-configure the PubSub nodes to set send_last_published_item to never or on_sub. Currently, I have users who can be subscribed ...
clawoo's user avatar
  • 101
0 votes
1 answer
177 views

As a first step in using ejabberd cluster in GCP, I tried to change the node name using the environment variable "ERLANG_NODE_ARG=ejabberd@main" as mentioned in the readme file. But I am not ...
Navin Vinayagam's user avatar

15 30 50 per page
1
2 3 4 5
13