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

ejabberd external auth and getting list of registered users or searching for user?

We have an existing set of web applications written in .NET (front ends and web services) with SQL Server back end. Trying to switch from Openfire as XMPP server to ejabberd. Openfire allows to delegate user authentication to existing database…
vkelman
  • 121
  • 3
2
votes
1 answer

Secure Web Socket connection on ejabberd

I am running ejabberd 17.12. It works fine. With this config, I manage to open non-secure web socket connections to it from my browser using both the JS console and a XMPP client : port: 5280 ip: "::" module: ejabberd_http request_handlers: …
2
votes
1 answer

validating an ejabberd fingerprint

I set up and tested an ejabberd-server. Ejabberd creates a SSL-Certificate itself during installation. Unfortunately I did not find any tutorial about how to get its fingerprint. this documentation shows how to create a certificate, but not how to…
coffeekid
  • 124
  • 2
  • 8
2
votes
1 answer

ejabberd: prevent the use of messages with subject by spammers

Recently there have been noticed a sudden surge in Jabber/XMPP spammers activity. Spammers not only manage to send a regular messages to users, like this: but also a some kind of announcement message, each of which opens in a separate window, which…
Neurotransmitter
  • 468
  • 1
  • 6
  • 17
2
votes
0 answers

All muc room members are owner

In my XMPP client all members of a newly created room are by default getting owner affiliation. How can I assign member affiliation to everyone by default except the actual owner? Following is what my node's mod_muc module says - [{access, muc}, …
noob
  • 141
  • 1
  • 7
2
votes
2 answers

eJabberd and GTalk no longer federating. Did Google drop support for server-to-server XMPP?

Recently GTalk and my local eJabberd installation have stopped talking to each other. The eJabberd log says the following: =INFO REPORT==== 2014-05-27 18:00:25 === I(<0.367.0>:ejabberd_s2s:404) : New s2s connection started <0.368.0> =INFO…
user221505
  • 21
  • 1
2
votes
0 answers

Allow users to create rooms, but prevent them to change the room configuration

How can I configure ejabberd so the users can create rooms, but can't change the default configuration? I have look into the ejabberd guide (2.1.13) without luck, also tried to google it. So maybe there is something I'm not understanding right or…
2
votes
1 answer

Ejabberd can't connect to users

I installed ejabberd on my remote server running centos 6.4 and open all ports required. For example I can access the web admin when i go to http://IP_ADDRES:5280/admin. With the following command I added a new user: ejabberdctl register admin…
Mark Molina
  • 173
  • 1
  • 8
2
votes
0 answers

ejabberd stringprep error

I install ejabberd from source, it always gives error when I start : =INFO REPORT==== 2013-01-05 09:35:58 === application: ejabberd exited: {bad_return, {{ejabberd_app,start,[normal,[]]}, {'EXIT', …
larry
  • 4,037
  • 9
  • 36
  • 42
2
votes
1 answer

AWS ELB + ejabberd server

I have two servers in AWS EC2 ejabberd. I'm trying to set up an ELB to manage traffic, but I can not connect when I put a ELB "front" of EC2 instances. DNS settings, I changed the A record for the CNAME public DNS name of the instance ELB. I read…
aelbaz
  • 155
  • 6
2
votes
1 answer

EC2 hostname ubuntu and ejabberd

I have questions related to the host name in Ubuntu EC2 instances. I have a IPS elastics for hosts that want to be seen from the internet and I have pointed out in the DNS entries with the computer name to those ips. For example, for elastic IP…
aelbaz
  • 155
  • 6
2
votes
3 answers

How to protect ejabberd from bruteforce attacks?

It writes this in logs: =INFO REPORT==== 2012-03-14 17:48:54 === I(<0.467.0>:ejabberd_listener:281) : (#Port<0.4384>) Accepted connection {{10,254,239,2},51986} -> {{10,254,239,1},5222} =INFO REPORT==== 2012-03-14 17:48:54…
Sergey
  • 714
  • 2
  • 6
  • 21
2
votes
0 answers

configure rooms for MUC in ejabber

I want to configure rooms in ejabberd server 1) Create Two Rooms with a Room Name by configuring ejabberd's config file Room Names will be 1) visitors 2) native 2) Don't allow users to create room 3) User can join any room those are…
Hunt
  • 151
  • 2
  • 11
2
votes
1 answer

Does ejabberd support audio/video calls?

My server is running Ubuntu and I have installed ejabberd as one of the famous xmpp servers in order to organize chatting system. Ejabbered is working fine with text messages, but I would like to know whether it supports audio/video calls or not?…
Bakhtiyor
  • 171
  • 1
  • 2
  • 7
2
votes
0 answers

ejabberd benchmarks and performance

I'm considering to use XMPP for messaging platform (not a chat, I'd rather use it as a transport protocol) for communicating one to one, one to many between custom clients and I think I will extensively use channels. Can someone share some…
michael
  • 165
  • 4
1
2
3
11 12