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

Shared roster and circular dependency in ejabberd

I've configured a ejabberd instance on debian 10, from debian packet (version 18.12). I have 3 virtual host (let's call the example1.com, example2.com and example3.com). The first one is using LDAP to talk to our Active Directory, in order to…
SimoneLazzaris
  • 382
  • 1
  • 4
0
votes
0 answers

blocked In-Bound Registration for ejabberd-18.12.1-2 because Spam

On my debian stretch vps I have a xmpp server ejabberd-18.12.1-2 ~ bpo9 + 1. The anti spam precautions I took are: registration_timeout: 2600 A captcha to protect IBR (in-bound registration) which I thought was a nuisance necessary for users who…
Gab
  • 1
0
votes
1 answer

ejabberd registration timeout

When member is registered and captcha is turned on, member see such windows (sorry, it's in russian) screenshot And there is timeout, after passing that time member get mistake. Time is very short, the user does not have time to enter captcha and…
saxad
  • 7
  • 3
0
votes
1 answer

ejabberd mod_logxml crashing user_send_packet and user_recieve_packet

I installed mod_logxml using ejabberdctl module_install and moved the beam file to my /ebin. I troubleshot this method because it doesn't work correctly out of the box until now, I'm finally able to get the ejabberd server running at all with the…
Patrick
  • 1
  • 1
0
votes
1 answer

eJabberd Service Discovery not show Service Administration (XEP-0133 Commands)

I tried to use Service Discovery to find out what commands are supported by the xmpp-server as per XEP-0133 (https://xmpp.org/extensions/xep-0133.html#disco). The first request for general support tells me that Service Administration is supported.…
0
votes
0 answers

when using ejabberd 19.05 with MySQL I always see empty sql tables, except ejabberd.sm

I'm trying to enforce ejabberd to not use Mnesia db but use Mysql. I have followed all the docs about how to configure this. And looks like it's working. This is my ejabberd.yml configuration file. As you can see I even tried with old/new db…
0
votes
1 answer

Ejabberd: some questions about configurations

I have some questions about ejabberd server configurations: How I can show private chat history on the Web Admin or/and export history by specific date/time into the file? (I use Mysql for archive messages) How I can configure MUC archive…
0
votes
0 answers

Whats wrong with ejabberd certificate?

I'm using ejabberd for communications. While sending files using xmpp client (f.e. gajim) occurs certificate error: Upload_file CERTIFICATE_VERIFY_FAILED Certificate exists, tried to uncomment no_sslv3 in conf - same result. What can cause it?…
Jane
  • 1
0
votes
1 answer

ejabberd ldap authentification - user unable to log in

I'm new to ejabberd Server Administration. I am able to log in with Administrator credentials (Who is mentioned as ldap_rootdn) but I am unable to log in with any of the other Users AD credentials There will be an Error message in…
Killom
  • 1
0
votes
1 answer

ejabberd pubsub related commands

I have ejabberd 19.02 installed on an Ubuntu 18.04 server. I would like to find out if an admin can issue pub/sub related commands such as node creation, subscribing a jid to a node, sending a message to a node, etc., from either ejabberdctl or…
Phyo
  • 3
  • 2
0
votes
1 answer

ejabberd mod_shared_roster_ldap - display AD Group Name in Client

we are using ejabberd 19.02 with Active Directory Authentication and using mod_shared_roster_ldap for showing Contacts from a AD Group. Its working fine but there is one problem. In Pidgin the default Group is "Buddies" and we want to show the AD…
Phatair
  • 1
  • 1
  • 3
0
votes
1 answer

ejabberd and MS SQL on Windows?

Is it correct that if I install ejabberd on Windows machine I cannot use MS SQL instead of Mnesia? https://docs.ejabberd.im/admin/configuration/#microsoft-sql-notes seems to suggest it, it says, "For now, MS SQL is only supported in Unix-like…
vkelman
  • 121
  • 3
0
votes
1 answer

How to add new module to running ejabberd node?

I followed up this tutorial https://blog.process-one.net/elixir-sips-ejabberd-with-elixir-part-1/ how to write ejabberd module. And that works great, I put module to ejabberd/src and then compile everything. But that seams as lot of work for me.…
pregmatch
  • 303
  • 1
  • 5
  • 14
0
votes
0 answers

Login or registration is very slow from any Xmpp Client

I've set up Ejabberd successfully everything works as it should. Only the login or a registration takes a long time, sometimes over 20 seconds. DNS entries match, config, SSL certificate too, needed ports are open. do not know why it takes so…
0
votes
1 answer

store ejabberd muc room data in mysql

I implemented group chat using mucSub feature given by ejabberd. As for now the messages that have sent to the muc room are storing in the mnesia database, whenever I restart the server message history is getting lost. I need them to be stored in…