Extensible Messaging and Presence Protocol (previously known as Jabber) is a layer 7 networking protocol for realtime text messaging. It is an open standard with a decentralised architecture, allowing anyone to run their own server. It is used as the underlying protocol by Google Talk.
Questions tagged [xmpp]
162 questions
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
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
2 answers
Jabber Management on Linux
Does anyone know of a GUI for the configuration and management of a Jabber(2) server on Linux?
Shows logged-in users, allows you to ban/remove users, general configuration and monitoring?
Looking for recommendations from people who have used…

Aiden Bell
- 609
- 1
- 6
- 15
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
1 answer
SendXMPP on Ubuntu server 12.04 LTS
I'm trying to configure sendxmpp on my ubuntu server 12.04 LTS to use it to send notification from Munin/monitoring to Gtalk.
Installed the app with the following:
$ sudo apt-get install sendxmpp
try to do some test/chat, but its failed to do some…

Ludwig
- 23
- 2
- 4
1
vote
1 answer
How can I get Openfire 3.7.1 to 'remember' its configuration?
I have (well, had up until this morning) an Openfire intranet XMPP server that had been running merrily along for 370 days without being touched, and a total of about 3 years of running. Users authenticate to AD on an adjacent server, and are…

atroon
- 508
- 3
- 10
- 23
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
1
vote
0 answers
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: [{ejabberd_odbc,escape,["admin"]},
…

Marconi
- 199
- 3
- 14
1
vote
1 answer
How to configure server such that all XMPP traffic goes to Google Chat? (Google Apps vs Gmail)
I have an XMPP (Jabber) application which talks to jabber servers.
It works great with accounts on gmail.com, but does not work at all with accounts on Google Apps hosted web sites.
Google says this is because special SRV records need to be created…

Jonathan Yankovich
- 11
- 1
1
vote
1 answer
RT notifications via Jabber
Just checknig out if any one's RT setup is sending RT notifications via Jabber to either users or to conference rooms.
This is a pretty useful feature to have, but could not find any reference in the net.
Thanks and regards,
raj

Rajkumar S
- 463
- 1
- 7
- 12
1
vote
3 answers
openfire user statuses always offline
Is there anything in particular I need to configure to get the users statuses working? All the users seem to be offline no matter what.
Chat seems to work fine, but obv it's not ideal not knowing who is online at any one time.
w://

cvista
- 235
- 4
- 12
1
vote
1 answer
Openfire Users/Groups and Sessions admin area malfunctioning: "Domain cannot be null"
I'm running Openfire 3.6.4 on a Debian Lenny (x86_64) system with about 40 concurrent users, which was installed via the .deb packet and ran fine for about a year. Then, some of my users complained about not being able to login (the TLS connection…

aef
- 1,745
- 4
- 25
- 43
1
vote
2 answers
Openfire Client for Windows Mobile
Where can I find an Openfire client that works on Windows Mobile?

Elessandra
- 19
- 4