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

1509 questions
4
votes
2 answers

Anyone successfully installed openfire OR any xmpp server on mac os x lion?

I'm trying to install openfire. It's just a package and should be brain dead simple. The setup wizard invariably fails after you assign an admin username and password. The failure is that the login username and/or password is incorrect. Ejabberd…
user798719
  • 9,619
  • 25
  • 84
  • 123
4
votes
2 answers

Problem in creating a chat room in openfire server

When I try to create a room in Multi User Chat (MUC) the server responds 'This room is locked from entry until configuration is confirmed'. How can I overcome this? Thanks in advance
HoneySam
  • 147
  • 3
  • 13
4
votes
1 answer

XMPPFramework - "" when logging into Openfire server

I installed Openfire server in my mac and did all the configuration. When i trying to connect it thro XMPP Protocol in the sense am getting bellow error log. RECV: and…
nik
  • 2,289
  • 6
  • 37
  • 60
4
votes
2 answers

Smack API - Read Chat History from Openfire Server

How can I fetch chat log or chat history from Openfire server using Smack library into an Android application?
sumeet
  • 525
  • 2
  • 7
  • 16
4
votes
1 answer

smack api get all public rooms on openfire server

I am using the XMPP smack api to connect to an Openfire server. I am trying to query the server to return all public rooms available without knowing this names of the rooms in advance. The goal of this is so that my client can display a list of…
pat8719
  • 1,700
  • 1
  • 26
  • 47
4
votes
1 answer

Error java.lang.NoClassDefFoundError: com/auth0/jwt/algorithms/Algorithm

I have created a plugin for openfire and this pluging using java-jwt , after adding plugin into openfire error is comming like this java.lang.NoClassDefFoundError: com/auth0/jwt/algorithms/Algorithm My pom file is include
Sahal
  • 109
  • 2
  • 9
4
votes
0 answers

Android app getting error send image using Smack and Openfire 4.1.4

I'm developing chat app using XMPP with Openfire 4.1.4, One to one text chat working fine, but while I send image getting error Here is my code for file send: Log.e("ad",">selectedImagePath====="+selectedImagePath); FileTransferManager manager =…
Adil
  • 812
  • 1
  • 9
  • 29
4
votes
0 answers

Connect node app to Openfire

I have my nodejs server and my Openfire server, I wanted to connect both and found out that there is a plugin for nodejs in Openfire. I have install it and placed my node project in /opt/openfire/nodejs. I have not found any documentation of what…
carlATR
  • 86
  • 1
  • 11
4
votes
2 answers

XMPP: RFC on establishing mutual subscription when original requester is offline (subscribed presence)

we've got an XMPP server (OpenFire) and a custom client based on the Java Smack XMPP stack. We're using manual subscription acceptance, so clients have to exchange subscribe and subscribed presences. As noted in the RFC, subscribe presences ("I want…
Florian Thiel
  • 497
  • 4
  • 10
4
votes
1 answer

Openfire Sql Database Integration

I'm following this guide (http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/db-integration-guide.html) to integrate the Openfire server with and Sql Server Database. I configured the openfire.xml like…
Megacan
  • 2,510
  • 3
  • 20
  • 31
4
votes
0 answers

SSL handshake hang

I have seen this question around the forums but couldn't find any appropriate fix. Also all those questions are missing some info, so thought to put all what i have learned here. connecting the dots. I am working with SSL/TLS in openfire with 2 way…
Farhan
  • 13,290
  • 2
  • 33
  • 59
4
votes
2 answers

How to keep XMPP connection alive in the IOS App when app in background?

I have create basic chat app with XMPP Server in swift 2 (from this tutorial: http://shubhank101.github.io/iOSAndroidChaosOverFlow/2016/08/Chat-Application-Using-XMPP-Swift-Tutorial). My app is working good. but when my app went into background then…
Rajinder
  • 1,131
  • 1
  • 14
  • 29
4
votes
2 answers

Send message using XMPP openfire in swift 3.0

I want to send message using xmpp to openFire everything works perfect even i can receive message. but not able to send i don't know why? i tried this code: @IBAction func SendMessageClicked(_ sender: AnyObject) { let message =…
Mad Burea
  • 531
  • 8
  • 22
4
votes
1 answer

Getting compilation error when using Refrofit simple xml converter

I am a beginner in android and xmpp, i am developing a chat application using xmpp as protocol and openfire as server.I am using xmpp rest api to create a group.To create a group i need to send GET request to server with xml data body..I am using…
Mohit Gaur
  • 355
  • 1
  • 3
  • 22
4
votes
0 answers

AbstractXMPPConnection: Connection closed with error: java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer)

I am establishing connection with openfire using smack api at client side. able to generate successful connection and can chat.but after chatting some time I am getting the following exception. AbstractXMPPConnection: Connection closed with…
Chandra Kiran
  • 299
  • 1
  • 6
  • 14