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

How can I get users to auto join a conference at login on my xmpp server?

I want to setup a local XMPP server, and I want each user to automatically to enter an important conference when they login, or at least get sent an invitations, but I can't figure out how. Can I do this through the settings in ejabberd, or would…
Atterratio
  • 101
  • 3
0
votes
1 answer

Is OTR required for XMPP message encryption?

I use XMPP for sending instant messages from a bot in a server to a laptop client. I have full control of both the clients (bot and laptop client) and they are both connected to the same server which I have setup myself and I have full control of…
atrias
  • 88
  • 5
0
votes
1 answer

mod_register not working in ejabberd server (In-band Registration) using asmack

I have ejabberd server running I can check this by browsing to domain.com:5280/admin - it is running well but when I want to register users from android client asmack it says 403 error. I have changed access rules (deny to allow) but the same…
Punit
  • 101
  • 1
  • 2
0
votes
1 answer

How do I go about finding the bottleneck in a slow web based chat application

I am working on a one-to-one chat application running in production. It uses StropheJS to connect to Ejabberd server over BOSH (using ejabberd's default connection manager). The main problem we are facing is that sometimes it takes a long time for…
naiquevin
  • 101
  • 1
0
votes
1 answer

Is the Ejabberd default DB suited for large cluster deployments?

Im setting up a cluster of Ejabberd nodes to to host 1M+ active connections. Is the internal Mnesia database on every cluster the best solution in terms of reliability and load balancing, or would it be better to use an external DB on a seperate…
Andres Canella
  • 121
  • 1
  • 6
0
votes
1 answer

ejabberd, XMPP showing a number after the username

I have set up ejabberd now the problem is.. (look at the screenshot). Users complaining about it it confuse them. How can we hide the number?
bakytn
  • 1,217
  • 5
  • 16
  • 28
0
votes
2 answers

xmpp change status on chat

i've set up a live chat using ejabberd. It's working pretty well but I'd like to be able to round-robin chat sessions to different operators depending on who is already in a chat and who is free to talk. To implement this I need some way to update a…
SpliFF
  • 394
  • 2
  • 8
  • 24
0
votes
2 answers

How does ejabberd clustering work conceptually?

I am a complete newbie to XMPP and ejabberd. I would be very thankful if some expert could tell me, how the ejabberd "clustering" works. I searched a lot, but could not find any specs about this. Does it simply replicate all it's data via http (so…
jens
  • 255
  • 1
  • 3
  • 6
0
votes
2 answers

Cannot bring up ejabberd after VPS change made by hosting company

My hosting provider WebFusion updated my VPS with security patches late last night. Since then I cannot start my ejabberd instance. I get the following errors, which seem to indicate that the hostname has changed. =ERROR REPORT==== 2010-11-29…
user42561
0
votes
1 answer

Ejabberd not allowing registration from client

I've got an ejabber cluster setup. When trying to register a user with a client (say Adium) I'm getting a 503: Service Unavailable error. I'm running ejabberd 2.1.x The log shows this: E(<0.389.0>:ejabberd_hooks:335) : {{case_clause, …
Devar-TTY
  • 213
  • 1
  • 4
  • 12
0
votes
1 answer

are there alternative webinterfaces to ejabberd?

I think the groups/roster management of the default webadmin plugin is kind of unintuitive so I am looking for alternatives that resemble quite a bit more the interface of for example openfire.
0
votes
1 answer

How to set name for ejabberd muc service

I wish to set up a spare muc service on our non-primary ejabberd node so that users can continue to use muc in a limited fashion when our primary ejabberd node (which hosts the primary muc service) is down for maintenance. Here is the configuration…
user50247
0
votes
0 answers

default_node_config is ignored when new nodes are created

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 to as many as 50 PubSub nodes which flood the…
clawoo
  • 101
  • 1
0
votes
1 answer

Not able to access the ejabberd server even in ejabberdctl if ejabberdnode name is changed in GCP deployment using environment variable

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 able to access the ejabberd server in the service. I tried…
0
votes
1 answer

Ejabberd mod_ecaptcha crash

I'm trying to install new mod_ecaptcha mod in ejabberd-contrib. But ejabberd crashed after enabling it. My initial data: ejabberd 23.01 erlang 25.2.3 I have enabled ejabberd-contrib by ejabberdctl modules_update_specs Installed and recompiled…
saxad
  • 7
  • 3