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
0
votes
1 answer
Alternate port for c2s on jabberd2
I'm trying to add a second port for c2s connections to my existing jabberd2. Unfortunately, it wasn't as simple as adding another element to c2s.xml. Can one instance of c2s listen on multiple ports or will I need to add a whole second c2s…

Simon
- 173
- 3
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
1 answer
Openfire : unable to conversate with people from other servers
I'm a bit stuck ; I recently upgraded Openfire on my server and am now using the version 3.7.0
Even though I had no problem before and had not had to change any option, I'm now unable, when connected on this server, to conversate with people from…

Biganon
- 101
- 1
0
votes
1 answer
make sure openfire does not connect to other jabber servers
This is mostly a security question; i've installed OpenFire jabber service on my office network, but i want to make sure the server is not using federation or any other interactions without outside jabber servers, so its entirely local
any ideas how…

lurscher
- 172
- 1
- 3
- 17
0
votes
1 answer
Unable to setup jabber on my VPS at prgmr.com
I'm unable to setup jabber with an apt-get install jabber. I get an error saying that jabber has unmet dependencies, jabberd14.
I tried installing jabberd14 and it gives me a list of errors saying event loop failed/
I tried a apt-get update too,…
user640613
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
Simple jabber server
advise simple Jabber server.
I need only the function of conferences.
Internal users do not need.

rushter
- 3
- 2
0
votes
1 answer
Why does iChat Server keep connecting to proxy.eu.jabber.org?
I have OS X Server 10.6.5 running on a new Mac Mini (server model), serving several functions among which is iChat Server (iChat and Pidgin on Windows as clients). In the iChat log in Server Admin, I kept seeing entries about connecting to…

Mr. Jefferson
- 697
- 2
- 11
- 25
0
votes
1 answer
Users Register but Active table does not update with Jabberd2 on Ubuntu
Users are able to register on my jabberd2 server, but they are unable to connect to add contacts and send messages. It looks like to me that the active table is not updating when users register but I could be wrong?

pbsmind
- 11
- 2
0
votes
1 answer
ruby script for jabber nagios alerts
I'm looking for a ruby script for have nagios jabber alerts.
Someone knows some script or api ?
thanks

roberto
- 76
- 5
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
Looking for a free & usable iPhone Jabber client to connect to iChat Server in Mac OS X Server 10.5
I'm running iChat server on an XServe running Mac OS X Server 10.5. Using Apple's iChat as a client or Pidgin from a Windows box users can connect just fine. I'm the most mobile user in the bunch, and I have an iPhone that I would like to use in…
Jamie
0
votes
1 answer
Remotely accessing the openfire installed on fedora machine
HI ,
I have installed Openfire on fedora machine. i can start the openfire on this machine and it runs on the localhost. But i can not access openfire remotly as follows
http://xxx.xxx.xxx.xxx:9090
i have desabled ip tables on this computer
also…
KItis
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…