Questions tagged [xmpp]

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.

158 questions
5
votes
1 answer

How to migrate openfire from embedded to external

The embedded database openfire uses is Hsqldb, written in Java. Openfire has a sort of migration-guide, but it is not exactly complete. First of all the program mentioned there, hsqldb-transfer, is: A GUI program... That must be run as the same…
kaleissin
  • 163
  • 1
  • 7
4
votes
1 answer

Are XMPP certificates different than "regular" ones?

StartSSL offers special XMPP certificates in addition to their "regular" web server certs. Can anyone tell me if XMPP certificates are special in any way? Isn't it possible to operate an ejabberd with a regular certificate? StartSSL was…
user178826
4
votes
3 answers

XMPP server software recommendations

We are wanting to run our own XMPP server at our office for various things. Internal communication, automatic notifications from our software applications etc. I would prefer to run this in Windows but I can spin up a VM and run Linux if the…
Rob
  • 244
  • 3
  • 10
4
votes
3 answers

Server/Systems monitoring with Jabber?

I was just thinking about how Jabber and IM systems in general deal in "presence notification". I thought it'd be a neat hack to have a server (or possibly an individual application) log on to a Jabber account. This does a couple things. You have…
Mark Renouf
  • 1,353
  • 1
  • 16
  • 22
4
votes
0 answers

Is it possible to load balance an XMPP server that is not using BOSH?

We currently have an XMPP server and am now starting to look at clustering. We will have 2 machines, each with an XMPP server. The interface is the standard XMPP connection (not BOSH). We have XMPP components that are running on each XMPP server.…
tjg184
  • 143
  • 4
4
votes
1 answer

How to reset openfire data?

In a long-running openfire server. Is there a way to clear the data currently exists and reset configurations to defaults?
badawym
  • 143
  • 1
  • 1
  • 3
3
votes
1 answer

What service should a Prosody mod_proxy65 proxy offer?

I am adding the mod_proxy65 module to a Prosody server so that it is suitable for XMPP clients supporting XEP-0065. This allows file transfers between clients that are each behind a firewall (NAT). Minimal configuration examples: Component…
lofidevops
  • 1,275
  • 3
  • 13
  • 23
3
votes
0 answers

How do I get Prosody to use TLS 1.2?

I have Prosody running on my Ubuntu 14.04 LTS server. I have OpenSSL 1.01f installed, which is confirmed by running openssl version. TLSv1.2 is supported and confirmed by running openssl ciphers -v 'TLSv1.2' I followed this guide to enable forward…
3
votes
1 answer

ejabberd: set Diffie-Hellman (DH) ciphers bitsize to >= 2048

In the modern version of ejabberd there is a possibility to use custom Diffie-Helman parameters by providing a self-generated pem-file to the dhfile and s2s_dhfile options in ejabberd.yml. I had created different such DH parameters pem-files in…
Neurotransmitter
  • 468
  • 1
  • 6
  • 17
3
votes
1 answer

Hostname mismatch while connecting to XMPP server?

I have the following problem: After I setup an intranet Jabber/XMPP server, I asked an SSL certificate for my server, so people can connect securely using a valid certificate. The DNS of example.com is configured to redirect…
sorin
  • 7,668
  • 24
  • 75
  • 100
3
votes
2 answers

Cannot establish XMPP server-to-server connection to gmail

My jabber-server fails to connect to gmail.com giving the error: outgoing s2s stream myserver.com.ua->bot.talk.google.com closed: undefined-condition (myserver.com.ua is a Google Apps Domain with Talk service enabled.) I am using the Prosody XMPP…
v_2e
  • 329
  • 3
  • 11
3
votes
2 answers

Is there a way to configure ejabberd to forward messages to every online client, regardless of priority?

Is it possible to configure ejabberd to forward messages to every online instance of, say, user joe and not just the one with the highest priority value? I'll also appreciate references to the XMPP standard with pointers how to accomplish this.
0xC0000022L
  • 1,456
  • 2
  • 20
  • 41
3
votes
1 answer

What does pidgin mean by "Host unknown"?

Pidgin is telling me my XMPP account was disconnected; the error message is "Host Unknown". What specifically does this indicate? Can it not find the server it's supposed to connect to (one in my office)? I can ping the server in the "Domain"…
Mr. Jefferson
  • 697
  • 2
  • 11
  • 25
3
votes
3 answers

Jabber/XMPP Client for BlackBerry

I am looking for a Jabber/XMPP client for BlackBerry that I can use with our OpenFire server. It needs to be able to use the Secure connection from OpenFire either the SSL or TLS. It needs to be a direct connection to our server, no 3rd party sever…
SpaceManSpiff
  • 2,547
  • 18
  • 19
3
votes
2 answers

Options for real-time web notifications and updates using Comet/XMPP vs WebSocket technologies on a Microsoft stack?

I am scoping out the architectural options for a project that will render live updates (like Facebook) of user activities - logins, photos, etc. Two main UI components of this are an auto-updating scrolling area where new notifications will be…
ElHaix
  • 269
  • 3
  • 13
1
2
3
10 11