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
3 answers

Smack and SASL Authentication error - No known authentication mechanisims

I am trying to create an XMPP client using the latest version of Smack 4.1.0-beta. But i am running into an error when trying login into a local running OpenFire server. org.jivesoftware.smack.SmackException: SASL Authentication failed. No known…
Marco
  • 15,101
  • 33
  • 107
  • 174
5
votes
1 answer

How to create a chat room and add users into the room in openfire using PHP

I'm new to XMPP server. I want to make multi user chat application. I have installed Openfire and one to one chat is working properly but i'm not able create a conference(chat) room and add users into the room using PHP for multi user chat. Although…
Vaiju Sajjan
  • 85
  • 2
  • 9
5
votes
0 answers

Openfire APNS plugin issue

I need to integrate Apple Push Notification Service to Openfire. For that I had followed openfire-apns-plugin. But when I am executing mvn clean install command (last step), I am getting error. So, because of that openfire-apns.jar is not…
Nirav Dangi
  • 3,607
  • 4
  • 49
  • 60
5
votes
0 answers

Storing and retrieving messages in Openfire server according to thread id

We are implementing a chat application using Openfire as server. The clients are various mobile platform and web interface for which we are using xmppframework for iOS Smack for Android and Strophe.js for the web. Following this…
aQb Solutions
  • 109
  • 1
  • 10
5
votes
1 answer

OpenFire - Permanent Group Chat using PubSub

First from this question : Asmack/openfire How do I keep a user permanently in groupchat room I read that I cannot use MUC to keep the user persistent in the group, they'll automatically leave the group and can rejoin after they come online again,…
Niko Adrianus Yuwono
  • 11,012
  • 8
  • 42
  • 64
5
votes
2 answers

What are XMPP extensions (XEPs), and how do I use them?

I am trying to make a chat application using Openfire and Strophe.js. I always read about XEPs, etc. and it is always redirecting me to XMPP Extensions and I don't even know how to use these extensions. This may seems like a dumb question but I can…
leeshin
  • 1,043
  • 5
  • 15
  • 30
5
votes
0 answers

File Transfer: show file size 0KB while transferring file using smack in Android

Getting Problem while file transfer in android using Smack library and open-fire Server,Empty file is received on other device while transferring file one device to another,its show the 0KB size.when i opened it,its shows blank screen.i does not…
Nitish Singla
  • 171
  • 1
  • 8
5
votes
1 answer

XMPP / Jabber: For custom messages I need to modify the client or the server?

I am writing an IM and I want to implement some features that are not in the standard, I want some custom features.I am wondering if for example I could use Google's XMPP service(Google Talk) and make a custom IM Client that implements the default…
Lilian A. Moraru
  • 1,046
  • 1
  • 12
  • 20
5
votes
1 answer

XMPP strophe, get presence roster

How can I get a the online presence of my "friends" using Strophe lib for JS? Not the roster, even the single presence ( or have I to do 1 req/user in roster? ) Usually I'm notified only at 'presence change' of every resource, but I want to know if…
M4rk
  • 2,172
  • 5
  • 36
  • 70
5
votes
4 answers

XMPPFramework - Retrieving Openfire Message Archives

Spent hours trying to solve this problem and I'm stumped! Trying to grab the Chat History between 2 users on my OpenFire server and I read that I plugin was needed to do this. So, I installed the 'Open Archive' plugin on my OpenFire server and send…
user1168056
  • 401
  • 8
  • 19
5
votes
2 answers

Smack "No Response From Server". Not sure why am i getting this error

I have an openfire server setted up on my local machine. I am trying to connect this server, but getting "No response from server" error. Not sure why? I have spark client on the same machine that is getting connected to the server successfully. Can…
Prals
  • 606
  • 3
  • 7
  • 22
5
votes
1 answer

Support multiple login at the same time in OpenFire server

I've configured OpenFire for using as server for my customers. But in following case, OpenFire doesn't give proper response: Customer A login from two chat client connected to my server and chat with another Customer B. The problem is that, last…
Hitesh Patel
  • 2,868
  • 2
  • 33
  • 62
4
votes
1 answer

Smack on Android, getting error code="404" remote-server-not-found while sending packets/message between two users via local Openfire server

I was glad to implement smack on android via local Openfire server where it connects to Gmail server-host and it worked like charm. The tutorial found here But I'm getting an error (pasted below) when I'm trying to connect two users via android…
Wesley
  • 1,808
  • 5
  • 31
  • 46
4
votes
2 answers

how to create new group in xmpp server

Am using Strophe.js library for communication between my application with XMPP(Openfire) server. I want add user with group, How can i create new group? How can i mention group name with add buddy query? This is my code for adding new user var…
Rajamohan Sugumaran
  • 4,439
  • 4
  • 22
  • 19
4
votes
1 answer

Can we delay responding to a XMPP presence subscription?

I am using a PacketListener to receive XMPP packets. If I receive the following: is the XMPP server expecting me to respond immediately ? Motivation: I want to cache all…
Jacques René Mesrine
  • 46,127
  • 27
  • 66
  • 104