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
1
vote
1 answer

ejabberd: logging to /var/log/ejabberd/ejabberd.log is incomplete even with debug log level (5)

I have ejabberd 15.09 from the Testing repository running on the Debian 8.2 "Jessie" (Stable) server. Since upgrade from ejabberd from the Stable the logging to /var/log/ejabberd/ejabberd.log seems broken. User activity is not logged even when…
Neurotransmitter
  • 468
  • 1
  • 6
  • 17
1
vote
1 answer

Integrate TURN|STUN with XMPP

How do XMPP clients find TURN or STUN servers? XEP-0215 isn't supported (by any servers or clients afaik), but XEP-0176 suggests using XEP-0215? I am running both an XMPP and TURN server, and I would like XMPP client to be informed or discover my…
user19087
  • 111
  • 5
1
vote
1 answer

ejabberd ACL for specific chatrooms

Is it possible (if yes, how) to implement per-chatroom deny/allow styled ACL for users or groups in ejaberd?
pl1nk
  • 461
  • 5
  • 22
1
vote
1 answer

Fail to set up an ejabberd server working with Adium

I am a beginner for server hosting and I want to implement a multi-user chat room in my iphone/android app. I found xmpp is what I need to implement and for server, ejabberd may be a good choice (because of its scalability and reliability). I found…
1
vote
0 answers

ejabberd LDAP auth and vcard access works, but search does not - why?

I've set up an ejabberd installation and configured the LDAP authentication and vcard data extraction against an ActiveDirectory global catalog server as described in the documentation. This part works - I can logon to the server using my AD user, I…
vwegert
  • 131
  • 7
1
vote
1 answer

Can't start ejabberd after hostname change

When I try start ejabberd service it always crashes. Starting jabber server: ejabberd Crash dump was written to: /var/log/ejabberd/erl_crash.dump Kernel pid terminated (application_controller)…
Tombart
  • 2,143
  • 3
  • 27
  • 48
1
vote
1 answer

ejabberd send group message

I have ejabberd setup with a few shared rosters ("groups"). I need to be able to send messages to the entire group. I was able to do this with the built-in announce mod by sending a message to jabber.myserver.com/announce/online. This works great…
Max M.
  • 23
  • 2
  • 5
1
vote
1 answer

How to hide ldap password in ejabberd

I have recently started using ejabberd and I am setting up the ldap module. There is a line {ldap_password, "secret"}. Where it is asking for my ldap password in plain text is there a way of hiding this like putting it in another file then linking.…
vman
  • 113
  • 2
1
vote
0 answers

ejabberd on vm not connect to another xmmp server (iptables dnat dport 5269)

i migrate a ejabberd server to a vm with only private ip. is work fine but not connect to anothers xmmp servers. log: s2s connection: xxxx -> gmail.com (remote server not found) telnet test: telnet xmpp-server.l.google.com 5269 Connection time…
bl4ckb1rd
  • 11
  • 1
1
vote
1 answer

Configuring Ejabberd on ubuntu ami of amazon ec2

I have installed Ejabberd server on ubuntu 12.04 AMI on Amazon EC2. I have successfully installed the server, added the admin user and host in the config file and opened up reqd ports (5222, 5223, 5269, 5280). I successfully loged the web admin…
andy
  • 111
  • 2
1
vote
1 answer

Amazon EC2 with XMPP infrastructure

A newbie question on Amazon. I want to install within Amazon EC2 multiple servers based XMPP ejabberd, probably within a cluster and if possible with a load balancer. The first question that arises is about the DNS: I have a registered domain (eg…
aelbaz
  • 155
  • 6
1
vote
0 answers

ejabberd changing ports?

I changed the ports in the listen section (just added a 1 in front of them) in the /etc/ejabberd/ejabberd.cfg, but after a /etc/init.d/ejabberd restart The server still listens on the original ports. Am I doing anything wrong here? Also the server…
Dexter
  • 597
  • 1
  • 4
  • 5
1
vote
2 answers

xmpp / ejabberd. show presence of a user to all other users

I'm using ejabberd to implement a web "live chat". At one point during my experimentation I had it so when you logged in the client would show the presence of all other logged in users. After many config changes I have the system working the way I…
SpliFF
  • 394
  • 2
  • 8
  • 24
1
vote
1 answer

Can I migrate a roster from an ejabberd server to Google Apps

I currently run a jabber server, using eJabberd, and I'd like to move to using a Google Apps instead of running my server. Is there a way to transfer a user's roster/contact list from eJabberd to a Google Chat account? This would avoid users being…
caedwa
  • 13
  • 4
1
vote
2 answers

Load balance xmpp traffic to multiple nodes in the backend

I have user facing endpoints like xmpp.host.com. However internally i would like to distribute load between xmpp1.host.com, xmpp2.host.com, ... What is the best possible way for doing this without moving this logic inside the xmpp server itself BTW…
Abhinav Singh
  • 11
  • 1
  • 3