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
Using self signed certificates with Tigase XMPP server
I am trying to use a self signed certificate, generated using http://docs.tigase.org/tigase-server/5.3.0/adminguide/#_server_certificates, to start the XMPP server. However, the server does not start logging the below mentioned exception error in…

Pratap Patil
- 11
- 3
0
votes
1 answer
OpenFire in-band registration (XEP-0077): does not contain register tag, even though in-band registration is enabled
I am running an openfire server on the Amazon Web Services EC2 cloud and have written a little strophe.js powered xmpp client to connect to the server and send messages back and forth. This works fine.
However, I also want to do in-band registration…

hansa
- 1
- 1
0
votes
1 answer
Is OTR required for XMPP message encryption?
I use XMPP for sending instant messages from a bot in a server to a laptop client. I have full control of both the clients (bot and laptop client) and they are both connected to the same server which I have setup myself and I have full control of…

atrias
- 88
- 5
0
votes
1 answer
Openfire password forgotten - database hidden
I have set up an openfire server two months ago and I have forgotten if I had used the built-in database or my MySQL server on localhost.
I am using Windows Server 2012 on Amazon EC2 with XAMPP (Apache & MySQL)
When I turned off my MySQL database…

Vidur Gupta
- 3
- 4
0
votes
0 answers
xmpp openfire connection manager not working
I have downloaded the connection manager here .In windows I have extracted it to program files in C drive and edit the conf/manager.xml to set domain and password. I also enabled connection manager in openfire management console.
Now If I run…

Prabhu M
- 101
- 2
0
votes
0 answers
TCP connection socket timeout
I'm having an issue with my server, where XMPP server (MongooseIM) send times out.
Scenario: MongooseIM runs on EC2, user connects first time, it connects perfectly. Then, i disable this connection, and try to connect with same user. Error that i…

max
- 101
- 3
0
votes
1 answer
How to Change the iMessages Conference Hostname in Maverics (Mountion Lion) Server
I was running a iChat Server success on Snow Leopard Server.
Connections were running for:
ichat.myservername.com
And the conference server was:
conference.ichat.myservername.com
I have new machine with Maverics server installed.
I have DNS running…

Jordan Reed
- 101
0
votes
1 answer
Mac OSX users on ZyWall USG 50 Network cannot connect to XMPP clients
No XMPP service will work on our ZyXEL ZyWall USG 50. We primarily use HipChat for communication, so when I try to telnet the server and port, I get an error:
> telnet chat-main.hipchat.com 5222
nodename nor servname provided, or not known
Every…

bdrelling
- 109
- 2
0
votes
1 answer
Allowing third-party IM clients to connect to Google Talk on Cyberoam
This may seem like a simple question, but our office IT guy is stumped.
We have Cyberoam to monitor and block unwanted internet usage for everyone at our workplace. However, we all like to use Google Talk for IM. The google talk application on…

Munim
- 126
- 3
0
votes
1 answer
How do jabber servers find each other and how do they proof the authority for the domain they handle?
Recently google chatback has been turned off, and I was searching for an alternative that allows visitors of my website to isntantly message me, without the need of having a login at facebook or something similar.
Furthermore I want to convinientley…

The Shurrican
- 2,240
- 7
- 39
- 60
0
votes
1 answer
Need help understanding why gtalk will not talk to my xmpp server if it serves root domain. Subdomains and other domains are ok.
For the purposes of this post, the root domain example.com.
I have an XMPP Server (ejabberd) running on Debian 6.
In Clients (Pidgin, Adium) when I try to add a gtalk xmpp account as a Contact, I get "Not Authorized" messages, along with 404 and…

Mariner
- 21
- 3
0
votes
1 answer
Amazon EC2 hostnames
I'm currently trying to setup a Tigase cluster on Amazon EC2 instances in a VPC and I'm having troubles getting it to work due to the hostnames of the instances not being "full DNS names". According to the Tigase documentation:
Please note the…

Firefly
- 31
- 1
- 1
- 3
0
votes
1 answer
Prosody mod auth external not working
I installed mod_auth_external for 0.8.2 on ubuntu 12.04 but it's not working. I have external_auth_command = "/home/yang/chat/testing" but it's not getting invoked. I enabled debug logging and see no messages from that mod. Any help?
I'm using the…

Yang
- 1,665
- 6
- 21
- 35
0
votes
1 answer
on localhost forward proxy webrick,thin, unicorn to external host.com/http-bind
Im working on an rails project where I need a /http-bind proxy and unable to find anything about this, or find a resource to state this is possible.
I need this forward in a development environment Know its possible to use unicorn + nginx to…

Rubytastic
- 223
- 1
- 2
- 14
0
votes
2 answers
capture nimbuzz traffic
I need to capture all the traffic, specially during login, between nimbuzz pc client and nimbuzz server. The reason is that i need to debug outgoing packets at login that mark the user visibility status in order to reproduce them in a in-house XMPP…

lurscher
- 172
- 1
- 3
- 17