Questions tagged [openfire]

Openfire is a XMPP (Jabber) server written in Java. It has facility for developers to create plugins that can extend the server's functionality.

Openfire is a real time collaboration (RTC) server licensed under the Open Source GPL. It uses the only widely adopted open protocol for instant messaging, XMPP (also called Jabber). Openfire was once known as Wildfire and includes a number of plugins that integrate with other communications platforms, including commercial offerings from Jive Software

Ignite Realtime Openfire

Openfire JavaDocs

57 questions
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

How to setup openfire with haproxy

I am trying to set an Openfire cluster of 2 nodes by using the hazelcast plugin (Both using 3.9.3 version of openfire). one of them running on 192.168.1.2 and other on 192.168.1.22 and both uses the common Mysql DB which is running on 192.168.1.2…
Greesh Kumar
  • 119
  • 9
0
votes
1 answer

install openfire on fedora10

I've installed openfire before on fedora9 with no problem, but now on a fedora10 machine,after I installed it,try to run "service openfire start", it simply can't run, I checked the log and it said: nohup: cannot run command…
Shore
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
4 answers

Openfire Java Memory

I have openfire installed on my debian server. I want to know that whether openfire java memory should be less than server memory? For e.g. i have a server with 256 MB RAM now can i have openfire java memory more than 256 MB RAM or it should be less…
Pankaj Khurana
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
2 answers

Logout all users in openfire server

I have installed openfire chat on my server. sometimes some of my users stays connected even when they shutdown their computers, I means some of sessions stays connected. I'm using pidgin as client application. Now I have to stop openfire server and…
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

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

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…
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
1 answer

Ignite Openfire XMPP access logs

I can't find this answer anywhere, and I'm going to assume that they don't exist, but does the Ignite Openfire XMPP Server have some form of access logs - where I can see what users are trying to authenticate? Sure there are error logs, warn, and…
user602525
  • 129
  • 1
  • 8
0
votes
1 answer

Openfire Java Out of Memory Error - Any solutions?

I have huge problem with openfire crashing every now and then because of the lack of memory. In java log i have following error log. however problems are Openfire is 32 bit and i cant run it as 64 bit. Because its only 32 bit max memory i can…
mahen3d
  • 3,905
  • 12
  • 34
  • 55