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.

170 questions
8
votes
2 answers

Enable user registration - eJabberd

I am a complete n00b to configuring Jabber/XMPP servers and I am hoping to get some help getting set up. I have done all of this and installed pidgin. I seem to be able set up my "admin-user" in pidgin no problem but when I try to register a new…
7
votes
3 answers

Which is the best Jabber server regarding performance?

I'm currently using Openfire and got about 400 concurrent users every evening. My Problem is: 1gb of Memory and two Xeon cores with 1.8ghz each are not enough for it and I'm pretty sure more power would not really eliminate the problems as it's…
Michael Weibel
  • 172
  • 1
  • 5
7
votes
1 answer

configuring ejabberd for multi-user chat?

I'm trying to configure multi-user chat for ejabberd on Centos 5. I just can't get it working. I can use Psi to create a group chat room, but don't seem able to join it from another account. I installed ejabberd from an rpm and have basically just…
Andy
5
votes
1 answer

How to setup redundant ejabberd servers?

I currently have an ejabberd server running at domain A. It has a bunch of users with accounts like xyz@A. I want to setup alternative servers so that if A is down, clients can transparently use alternative servers B and C (thus, while still using…
knarf
  • 141
  • 7
5
votes
2 answers

ejabberd starttls_required in c2s/s2s and disable SSLv3 + unsecure Ciphers

I'm using ejabberd on Ubuntu. My configuration looks like this: {5269, ejabberd_s2s_in, [ {shaper, s2s_shaper}, {max_stanza_size, 131072}, starttls_required …
pythonimus
  • 367
  • 1
  • 3
  • 12
5
votes
0 answers

Unable to get ejabberd prebind to work

I'm trying to get the prebind of BOSH sessions to work. I want to be able to authenticate a user in my CMS and then log him in when he accesses the chat, for this I found https://github.com/smokeclouds/http_prebind, it all works find and I was able…
cdecker
  • 431
  • 2
  • 5
  • 17
4
votes
0 answers

Intermittent login problems (LDAP timeout?) with ejabberd

We're running ejabberd 17.07 on an Ubuntu 17.10 VM, and authenticating against an Active Directory on Windows Server 2012 R2. This mostly works, but several times a day, logging in fails. It appears ejabberd runs into a timeout trying to look up…
Sören Kuklau
  • 25
  • 2
  • 9
4
votes
1 answer

Are XMPP certificates different than "regular" ones?

StartSSL offers special XMPP certificates in addition to their "regular" web server certs. Can anyone tell me if XMPP certificates are special in any way? Isn't it possible to operate an ejabberd with a regular certificate? StartSSL was…
user178826
3
votes
0 answers

error in installation of ejabberd

i am trying to install ejabberd in centos . ejabberd is running but when iam try to register it showing error like this. /opt/ejabberd-14.12/bin/ejabberdctl register root testrecoveryim.test-mobile.com test The node 'ejabberd@test' is started with…
navi
  • 31
  • 1
3
votes
1 answer

ejabberd: set Diffie-Hellman (DH) ciphers bitsize to >= 2048

In the modern version of ejabberd there is a possibility to use custom Diffie-Helman parameters by providing a self-generated pem-file to the dhfile and s2s_dhfile options in ejabberd.yml. I had created different such DH parameters pem-files in…
Neurotransmitter
  • 468
  • 1
  • 6
  • 17
3
votes
1 answer

HAProxy max out at ~10,700 connections

I am stress testing ejabberd with Tsung. My EC2 instances setup as follows: Tsung : c3.xlarge ejabberd : c3.2xlarge HAProxy : t1.mirco When I let Tsung talk to the ejabberd instance directly, I easily get my intended 35K+ connections within 5…
3
votes
0 answers

Apache mod_proxy not closing back-end sockets fast enough

I'm using Apache + mod_proxy for providing a chat application with Ejabberd. It's using Bosh (XMPP over HTTP). The issue is when a user closes its browser, Apache keeps the connection open with the back-end server for a while (about 1 minute). It…
vcarel
  • 434
  • 4
  • 13
3
votes
2 answers

Is there a way to configure ejabberd to forward messages to every online client, regardless of priority?

Is it possible to configure ejabberd to forward messages to every online instance of, say, user joe and not just the one with the highest priority value? I'll also appreciate references to the XMPP standard with pointers how to accomplish this.
0xC0000022L
  • 1,456
  • 2
  • 20
  • 41
3
votes
1 answer

Setup ejabberd with SQL Server 2008

Here's what I have got so far. Windows 2008 Server 64 bit. Installed the latest version of ejabberd, ejabberd-2.1.8-windows-installer.exe. The windows service starts up fine but seems ineffective. However, using the start & stop scripts work. I am…
wonster
  • 131
  • 3
2
votes
1 answer

How do I list ejabberd users by registration date?

A spammer found my private ejd server and registered a few thousand users. I want to get rid of them all without causing collateral damage to other users. Is there a way to get a list of users that registered on a certain date or range of dates? I…
Andrew
  • 1,084
  • 2
  • 10
  • 16
1
2 3
11 12