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

ejabberd virtual host setup issue

I'm trying to setup the virtual host in ejabberd, however regardless of what I try it either gives me the following error /usr/local/etc/ejabberd/ejabberdctl.cfg: line 187: host_config:: command not found /usr/local/etc/ejabberd/ejabberdctl.cfg:…
0
votes
1 answer

migration mnesia BD ejabberd v 2.1.5-3 -> 16.09-4

I'm have oldserver with Debian 6, ejabberd v. 2.1.5-3 with mnesia BD and need move users and passwords to newserver with Debian 9.6, ejabberd 16.09-4 and mnesia BD. Nodenames of servers is different. I'm do ejabberd.dump , ejabberd.backup on…
0
votes
2 answers

Unable to set thumbnail configuration to true for Ejabberd mod_http_upload

I am using latest Ejabberd version 18.12.1. I have switched on mod_http_upload to upload the files with the default configuration for thumbnail as false. However when I try to turn it to true, the server fails to start and gives an error: [error]…
0
votes
1 answer

Ejabberd mod_proxy65 option issues

I have problem with mod_proxy65 and ejabberd 16.09-4. Ejabberd crash when I try to use configuration for mod_proxy65. Long ago I used mod_proxy65 with ejabberd 2.x and worked without problem. When I add this : host: "proxy.myjabber.org" name:…
n00b
  • 1
  • 1
0
votes
1 answer

ejabberd register user for only one domain

With ejabberd 18.12 I have two virtual hosts: domain1.tld domain2.tld When I do the command ejabberdctl register foo domain1.tld password The user is also registered for domain2.tld. Is there anyway to register a user for just one domain? For…
Miati
  • 133
  • 4
0
votes
1 answer

ejabberd web admin: secure connection failed

Background information Operating System: Debian stable (9.6) ejabberd version: 18.09-2 (from back ports) My configuration is based on https://gitlab.com/hanno/ejabberd-config (I changed my real url to example.com) # _%%_ Ejabberd config from…
kiigass
  • 133
  • 1
  • 5
0
votes
1 answer

cant open ejabberd webadmin

I have new Debian 9. I have new ejabberd from repos, without any errors. root@mail:~# apt install ejabberd Чтение списков пакетов… Готово Построение дерева зависимостей Чтение информации о состоянии… Готово Будут установлены следующие…
Pash Ebash
  • 1
  • 1
  • 4
0
votes
0 answers

ejabberd muc room chat history

Each time a new user connects to the MUC room he does not recieve previously sent message history. I want to be able to allow all users that join my MUC room to see past message history. How to do this?
0
votes
1 answer

How do I make a room in ejabberd without an owner?

I would like to use it as a public chat channel in a room without an owner. But once the room is created, the first creator becomes the owner. I want to make a room without an owner. Is there a way?
rash
  • 13
  • 2
0
votes
1 answer

Ejabberd chat room message count visibility

Users are only seeing messages posted in a group chat for only last two days or so(count is less than 30). Is there a config setting that can control how many messages from the past (or in number) can be shown in a chat room when a user connects to…
Navjeet
  • 3
  • 2
0
votes
1 answer

Ejabberd mysql prefix on database tables

How can I use prefixes on database table names in Ejabberd? I have the mysql.sql file with the schema and I would to use the prefix "ejabberd_" on all the tables. I can't seem to find anything on the…
nhenrique
  • 103
  • 2
0
votes
1 answer

XEP-0227 import with external authentication

I am trying to migrate from another XMPP server to ejabberd via XEP-0227 formatted dump. The old server used, and the ejabberd will use PAM for user authentication. Therefore, there is no password data in the entries in the…
crosser
  • 113
  • 4
0
votes
1 answer

How to enable mod_http_upload in ejabberd server?

I need to enable mod_http_upload on my jabber-server, but, if I add the string: mod_http_upload: {} in the modules section of ejabberd.yml the server crashes and will not start until I remove this string.
Kamil
  • 11
0
votes
0 answers

http-bind url is not loading on installing ejabberd 17.09

I have installed ejabberd 17.09 deb package in Ubuntu 16.04 But the http-bind url (like http://x.x.x.x:5280/http-bind) is not loading in order to confirm the running status of newly installed ejabberd on starting the same. Error Message: This site…
Lora
  • 1
0
votes
1 answer

ejabberd keeps trying and failing to connect to proxy.eu.jabber.org

I'm running ejabberd 17.04, and it keeps trying and failing roughly every three minutes to open an s2s connection to proxy.eu.jabber.org. The attempt fails because not only does proxy.eu.jabber.org not exist, but eu.jabber.org apparently doesn't…