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

Working TLS certificate for jabberd2 server

I want to run a jabberd2 server (V 2.40) with secure client connections. I followed the instructions from the documentation and the server is up and running: https://github.com/jabberd2/jabberd2/wiki/InstallGuide-OpenSSLConfiguration But it seems…
Karsten
  • 1
  • 1
0
votes
1 answer

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 (using hardy-backports) PHP 5.2.4 MySQL 5.0.51a-3 In…
Andrew Ensley
  • 912
  • 2
  • 16
  • 30
0
votes
1 answer

Syntax error while giving a new user administration permissions in ejabberd.ym

For the last couple of hours I have been trying setting ejabberd server up. I built ejabberd from source becuase the package in ubuntu repository has a bug. Anyway after building ejabberd from the source, I added my FQDN "s1.noureldin.local" to my…
Mohammed Noureldin
  • 491
  • 1
  • 9
  • 24
0
votes
1 answer

Increase openfire memory to larger values

We use OpenFire for XMPP messages. We have some memory issues(OutOfMemoryError), and therefor we would like to increase memory. I know how to increase memory using VM options and we were able to increase memory to 1.5Gb. We use a 32bit VM, since it…
bvanvelsen
  • 103
  • 2
0
votes
1 answer

Cannot register new user on localhost ejabberd via Pidgin (503: service unavailable)

I setted up ejabberd server on localhost and now can access admin panel on localhost:5280/admin In pidgin I fill following values: username: root password: password host: localhost resource: 5280 and checking "Create this new account on the…
Vassily
  • 85
  • 2
  • 11
0
votes
1 answer

Cannot connect to OpenFire server remotely

I have the following setup An Azure VM running windows that has OpenFire installed and configured. I have turned the firewall off on this VM. I have enabled the end points for the VM in the Azure Portal I can telnet and PsPing to port 5222…
0
votes
0 answers

Cannot connect to Openfire server on Azure

I have an OpenFire server running on an Azure VM but I cannot connect to it externally. I have opened the 5222/5223 endpoints on the VM portal and even turned the firewall off on the VM itself. If I install Spark on the VM I can connect but not…
0
votes
1 answer

XMPP API for Google App Engine connection failure

I have failed completely to get the App Engine XMPP API in an app engine app to talk to an external XMPP Openfire server running on an instance on Compute Engine. I have equally failed to connect with the app engine app from a free jabber server…
0
votes
1 answer

How can I get users to auto join a conference at login on my xmpp server?

I want to setup a local XMPP server, and I want each user to automatically to enter an important conference when they login, or at least get sent an invitations, but I can't figure out how. Can I do this through the settings in ejabberd, or would…
Atterratio
  • 101
  • 3
0
votes
0 answers

Openfire how to fix? Error creating secured outgoing session to remote server

I have a OpenBSD server 5.6, in this server install Openfire 3.9.3. But I am getting the following error: error.log 2015.02.16 08:59:44 org.jivesoftware.openfire.session.LocalOutgoingServerSession - Error creating secured outgoing session to remote…
laur
  • 117
  • 1
  • 4
0
votes
1 answer

ssl/tls jabber web client

Does anyone know of a web-based (ie flash, java, etc) jabber client that supports SSL connections, either via socket or http-bind? Preferably http-bind, but I'll take what I can get at this point. I've tried jwchat and sparkweb, and neither of them…
Devnull
  • 951
  • 1
  • 7
  • 23
0
votes
1 answer

Openfire : unable to converse with some external servers

I'm running Openfire 3.9.3 with Debian Wheezy. When I use it, it works well with accounts registred on the server. I have a problem with accounts on others servers. I tried to create an account on im.6x8.org and im.apinc.org. It works well. Then I…
Akimoto
  • 126
  • 3
0
votes
1 answer

Spacewalk client OSAD service SSL error

I have some problems with my freshly Spacewalk setup. I have registered my test client, and installed osad service to avoid executing rhn_check. But when I start osad service, I get the following error: Starting osad: Not able to reconnect Traceback…
mvillar
  • 428
  • 6
  • 19
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…
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