0
votes
1answer
92 views

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 ...
0
votes
0answers
43 views

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, ...
0
votes
1answer
108 views

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, ...
1
vote
0answers
119 views

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 ...
1
vote
1answer
228 views

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 ...
3
votes
0answers
88 views

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 ...
1
vote
0answers
282 views

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 ...
1
vote
1answer
544 views

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 ...
4
votes
2answers
1k views

set proxy in apache for XMPP chat

I want to setup a proxy settings in Apache to use Facebook XMPP Chat So far I have setup ejabber server and I am able to access xmpp service using http://mydomain.com:5280/xmpp-http-bind I am able ...
0
votes
1answer
94 views

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?
1
vote
1answer
424 views

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. ...
5
votes
2answers
1k views

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 ...
1
vote
0answers
204 views

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 ...
0
votes
1answer
404 views

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

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 ...
1
vote
0answers
356 views

I can't register a user on ejabberd with postgresql

Whenever I try adding a new user like: ejabberdctl register admin localhost default It gives me the following error: Problem 'error undef' occurred executing the command. Stacktrace: ...
2
votes
1answer
5k views

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

Ejabberd : Creating Custom Authentication with Webservice

Is it possible to create custom authentication on Ejabberd with .NET Webservice? I want to override the default authentication happening on Ejabberd. The version I would be using on Ejabberd would ...
0
votes
1answer
2k views

Problem with Ejabberd external authentication with PHP

I'm stumped at the moment. I'm trying to get ejabberd to authenticate users based on my web application's already-existing MySQL user table. Environment info Ubuntu 8.04 server Ejabberd 2.0.1-2 ...
0
votes
2answers
383 views

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 ...
1
vote
2answers
2k views

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 ...