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
5
votes
2 answers

querying openfire message archive

I'm playing around with strophe and Openfire 3.7.1 (with user-service and monitoring plugin). I've read in http://xmpp.org/extensions/xep-0136.html (7.2 Retrieving a Collection) that I could retrieve archived messages. I've installed the…
stevenson lee
  • 111
  • 2
  • 9
5
votes
1 answer

openfire get online users

I'm using OpenFire server for instant messaging and JSJaC JavaScript library on the client. I'm new in XMPP technology. What I want is on load I want to send a list of users and receive status for each. Something like $(function(){ var UserList…
Oybek
  • 7,016
  • 5
  • 29
  • 49
5
votes
1 answer

User shows online in OpenFire, even app is in background OR in kill state

We are using XMPPFramework & Openfire(Version: 4.6.2) for our application. After killing the application or putting it into background mode, it still shows that the user online for few minutes, then after it became offline. We have tried with Idle…
Rahul Patel
  • 534
  • 4
  • 17
5
votes
2 answers

Why the openfire's user remains ONLINE even with no SESSION exists in sessions

I'm developing an android app contains "Messaging" using OpenFire as an XMPP server and using Smack for android client. All functions works fine, but when a user is online(as you can see it's state in admin panel of openfire), and network…
Mahdi Moqadasi
  • 2,029
  • 4
  • 26
  • 52
5
votes
1 answer

Building an Openfire XMPP External Component - use Tinder or Whack?

I'm trying to build an external component for the Openfire XMPP server, but I'm a bit confused between Tinder and Whack. Tinder seems to be the newer library and has the AbstractComponent interface which Ignite Realtime are recommending over the…
Marc
  • 546
  • 5
  • 10
5
votes
1 answer

How to fast connect my XMPP based app like WhatsApp?

I am playing with Smack API and Openfire. I found, In XMPP protocol you have to open stream, log in and enable features for every time,which is very time consuming. Then how the famous massager app WhatsApp work, how it can connect in so less time?…
prem jangir
  • 300
  • 2
  • 13
5
votes
0 answers

how to get group chat history from xmpp server php

I need to get group chat history from Openfire with JAXL library. I am using JAXL library for open fire connection and chat purpose, but it doesn't get me the group chat history, when user is login at a time other user send message than that…
user7424739
5
votes
2 answers

Chat and VOIP Application

I have successfully installed the Openfire XMPP server and built an Android app to text chat, How can I implement VOIP functionality to my application? Can this be done by connecting openfire with a SIP server? Can someone guide me?
Sukitha Udugamasooriya
  • 2,268
  • 1
  • 35
  • 56
5
votes
1 answer

Error while joining MUC room in XMPP(smack)

I am trying to create a multi user chat. I am getting error while joining the room. Method for creating chat room : public void createMultiUserChatRoom(String roomName, String nickName) { // Get the MultiUserChatManager …
Jennifer
  • 351
  • 6
  • 18
5
votes
0 answers

ReconnectionManager is not working correctly

I am using smack library to implement chat solution in android. It is making connection with openfire perfectly but reconnection is not working at all. I have a lost a connection on a device, on connection receive it does not reconnect or call any…
N Sharma
  • 33,489
  • 95
  • 256
  • 444
5
votes
3 answers

socket closed by remote peer gcdasyncsocket

Creating an chat application using xmppframework. When ever I try to connect to the server it connects & disconnected immediately & throws the following error. error domain=gcdasyncsocketerrordomain code=7 socket closed by remote peer It happens…
Anand
  • 2,086
  • 2
  • 26
  • 44
5
votes
1 answer

OpenFire Server check connection for XMPP

I am using open fire in my application but i could not check my user is connected or not with server please suggest me how to check.
user5777517
5
votes
1 answer

Emoji's not working in offline chat when using Openfire to chat between two iOS devices (using a MySQL db)

I have a problem with Openfire and especially support for emoji characters. I've searched on internet found out that in order to support emoji, I have to change the encoding and collation of the database and tables to UTF-8 unicode (utf8mb4). I've…
Devos50
  • 2,025
  • 4
  • 25
  • 56
5
votes
1 answer

Converse.js render into a container

Is it possible to configure Converse.js to render it's boxes into custom div containers instead of adding them to the body of the page?
Levente Gal
  • 114
  • 7
5
votes
1 answer

Creating persistent connection between Converse JS and Openfire Server

Using Converse JS v0.9.5 as web frontend for messenger Openfire XMPP Server v3.10.2 as messenger's backend Web application itself is written in PHP. For now, Openfire and website has separate databases but they are synchronized. What I want to…
demonoid
  • 318
  • 3
  • 13
  • 40