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
votes
2 answers

Need help installing ejabberd on Centos/RHEL7 with SELinux and reverse proxy

I've been trying to get a web client to use EJabberd on the recommended port (5281) through a reverse proxy (HAProxy) on Centos7 with SELinux enabled. I am not familiar with SELinux context rules. The basic problem seems to be that HAProxy cannot…
Scott
  • 1
-1
votes
1 answer

ejabberd refuses to start after attempting to enable mod_proxy65

I cannot get ejabberd to start after attempting to enable mod proxy_65 with the following settings: {mod_proxy65, [ {host, "secusrvr.com"}, {ip, {0,0,0,0}}, {hostname, "secusrvr.com"}, …
John Tate
  • 179
  • 4
  • 19
-1
votes
1 answer

Disable title notification for MUCs on ejabberd

Is there any way to disable the title notification for MUC rooms in ejabberd on every log in?
languitar
  • 99
  • 5
-1
votes
1 answer

Migrate MUC (multi-user conference) data from Mnesia to MySQL in ejabberd

Ejabberd's mod_muc module supports db_type option, which can be either internal (Mnesia) or odbc (MySQL) to store MUC-related data. Is it possible to migrate from Mnesia to MySQL saving all the information of established chat rooms?
Neurotransmitter
  • 468
  • 1
  • 6
  • 17
-1
votes
1 answer

MongoosIM unable to authenticate from postgres database

I have installed MongooseIM in a VM for testing. I am trying to do user authentication from from an external postgres database. When I register a new user using mongooseimctl register user host password It adds a new row in my users table of my…
user3360140
  • 281
  • 1
  • 4
  • 14
-1
votes
1 answer

ejabberd 14.12 xml rpc enable

I've got problem with my new ejabberd installation. I need to enable mod xml_rpc, so what I do: I'm uncomment this in my ejabberd.yml file: ## To handle XML-RPC requests that provide admin credentials: ## ## - ## port: 4560 ## module:…
lukasz
  • 1
-1
votes
1 answer

Ejabberd and MUC

Can't access to my conference on my server from internal jids but connection works for jids from conference domain: test@domain.com to conference.domain.com —> works test@internalxmppserver.com to conference.domain.com —> not works test@domain.com…
Clark
  • 347
  • 2
  • 5
  • 13
-1
votes
1 answer

Limit client apps used with ejabberd

We have configured Ejabberd. I need to find a way to restrict end-users so they can only use the Gaijim XMPP client. I have researched how to do this on various forums, however I have had no luck. Does Ejabberd allow restricting client apps used?
-1
votes
1 answer

LDAP Configuration on Windows 2016

I have installed ejabberd 20.04 on a Windows 2016 server and would like to integrate AD. I can not seem to find where to put the server info
-1
votes
1 answer

eJabberd: Retrive Chat Room history

I know it is very old question but I need some help regarding this urgently. As per this thread, The chat room history only stored in RAM and it will removed if we restart the ejabberd service. Is it possible to retrieve the removed history from DB…
Support
  • 1
  • 1
-3
votes
1 answer

Semi-selfservice user registration

I don't want to have wide-open registration on my server so I don't have to deal with spam accounts, but at the same time I don't want to have to manually add accounts for each person I invite to my ejabberd server. Is there a way to have one-time…
1 2 3
11
12