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

How retrieve Chat History using Java Smack library from openfire server?

After installing Open Archive plugin in the Openfire server I can see the chat conversation between two user from the openfire admin panel which is pretty easy and that is web based too. Now I want to retrive those conversation or chat history from…
Dhiren Hamal
  • 874
  • 1
  • 12
  • 31
8
votes
1 answer

How to retrieve one to one chat history from Openfire using asmack android

Please can anyone show me the exact code for retrieving a chat history from openfire server to android client application using asmack library and XMPP protocol? In my openfire server I was enable merged Monitoring service/Open archive service and…
Mahi
  • 1,754
  • 2
  • 16
  • 37
8
votes
1 answer

Retrieving archive messages using openfire monitoring plugin

I use XMPP with openfire server for my website im. I've enabled monitoring service plugin, so I can archive messages. When I send an iq stanza to retrieve a collection, the server response is an error iq stanza. This is the request
SmootQ
  • 2,096
  • 7
  • 33
  • 58
8
votes
1 answer

XMPP4r - Unable to Retrieve Offline Messages

I am trying to get openfire multi user group chat history using ruby xmpp4r library with openfire server. I am able to frame the request but I am not getting the server reply. Below is the discovery request iqr =…
bapu
  • 661
  • 6
  • 7
8
votes
2 answers

Android File Transfer not working via XMPP and OpenFire

Problem : Can't receive a file sent to my android app via XMPP and OpenFire Server. I can successfully send a file though. The asmack jar I am using is asmack-jse-buddycloud-2010.12.11.jar Code : connConfig = new…
Andy A
  • 4,191
  • 7
  • 38
  • 56
7
votes
3 answers

Chat server with websocket+node.js vs a native client with xmpp

I couldn't find any reasonable benchmarks regarding comparison between a chat client that runs with using node.js chat server V.S. a client that works with xmpp. I know node.js is async and as far as I know so does xmpp . However, my main concern is…
met.in
  • 173
  • 1
  • 9
7
votes
1 answer

Does OpenFire or XMPP Protocol support Message Notification (Pending, Delivered, Read) like BBM (Blackberry Messenger)

I am a beginner and need help. I am currently involved in a project, where required to build a chat application (server side and client side). After further explore, eventually I was interested in XMPP. For XMPP Server, I have been interested in the…
Agung Pratama
  • 3,666
  • 7
  • 36
  • 77
7
votes
4 answers

Bosh Set up using openfire

I am using openfire in windows to set up bosh connection manager...the installation is successfull but wen i give the url http://localhost:9090/bosh it says HTTP ERROR: 404 NOT_FOUND RequestURI=/http-bind/ Powered by Jetty:// tried…
enthusiastic
  • 1,702
  • 4
  • 19
  • 31
7
votes
1 answer

Openfire Sending Push notification when user is offline

I am using openfire 3.9.3 server and Android and IOS as client. I want to send messages via push notification to both clients when recipient user is offline. And when push is sent sender should get message receipt. for this, i tried : making…
Rahul
  • 295
  • 3
  • 14
7
votes
2 answers

Lossing messages due to connection loss through openfire

Turning off internet on mobile device directly causes problems in my chat application. Messages are not stored in openfire offline table as Openfire still shows me online on abrupt disconnection from the server. when a relogin attempt is made the…
user2384410
  • 143
  • 1
  • 1
  • 11
7
votes
1 answer

feature not implemented while retrieving archive message

i am using Openfire 3.8.2 and have installed monitor plugin and enable the archiving for one to one chat. now i am able to view the archive chat on the server side but when i pass a stanza i am getting feature not implemented Request
Hunt
  • 8,215
  • 28
  • 116
  • 256
7
votes
0 answers

How to use email address as JID to login Openfire with custom database?

I had used the XMPPFramework for IOS to connect the local Openfire server, and It's successful. When I change the normal JID to a email address like xxx@xxx.xxx@127.0.0.1 It's failed. I'm considering that escape the NSString. Escaped String:…
zuanzuan
  • 71
  • 1
7
votes
3 answers

How to block anonymous user in XMPP

In order to implement chat functionality in my app, I have integrated XMPP framework in to it. There is no buddy request functionality hence users can send messages to other users without sending a buddy request. Due to this functionality I have not…
sandy
  • 2,127
  • 4
  • 28
  • 50
7
votes
1 answer

Not able to get previous group chat history using ruby xmpp4r

I am using ruby xmpp4r library to implement multi user group chat application with openfire server. I have created chat room on openfire server successfully. If user joins into chat room with openfire credential it's not returning previous group…
bapu
  • 661
  • 6
  • 7
7
votes
1 answer

Openfire vs ejabberd for customer service chat evolving to full chat solution

I need to setup chat as a solution for customer service on a website. Openfire and some of it's plugins (fastpath and webchat) were very simple to setup locally and offer all of the customer service experience options I'd need, and will integrate…
SPODOG
  • 95
  • 1
  • 7