openfire Questions

3

I am trying to use openfire REST-API-Client. I am calling method to add user to the openfire using following code. AuthenticationToken authenticationToken = new AuthenticationToken("username","pas...
Bein asked 4/8, 2017 at 5:31

1

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 ...
Zoe asked 25/11, 2014 at 11:39

3

Solved

How can we connect to Openfire using secured http-bind (port 7443 by default)?
Lukelukens asked 28/4, 2010 at 5:35

1

Solved

I am facing problem for create persistence room and MUC, Not able to send room configuration form. Values i send that are not set to form fields and default values are send to server.
Andryc asked 31/12, 2019 at 6:1

5

Solved

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...
Ciri asked 21/6, 2015 at 6:0

5

Solved

I am developing a chat app for iPhone using XMPP and openfire server,OpenFire server is storing all the chat history between users but When I try to retrieve the chat history for a particular user ...
Sharynshashlik asked 9/7, 2012 at 14:32

2

I have set up openfire on my EC2 ubuntu server with openfire meetings installed. Focus user, test users, group chat and ofmeet are configured using admin console http://myserver:9090/. Multi user...
Teaching asked 3/11, 2016 at 10:59

1

I have a react-native Chat application which I am running on my android phone using USB debugging and I am using OPENFIRE as a chat server. For connecting with Openfire I am using library 'react-na...
Pinchcock asked 22/3, 2018 at 13:13

3

Solved

I'm a newbie to XMPP so forgive me if this question sounds silly. I want to create a custom plugin and map it with my aSmack client on Android. I'm trying to apply my knowledge of Web Services but ...
Radiotelegraph asked 22/6, 2016 at 10:30

0

I'm developing an instant messaging app on android with SMACK library that uses OPENFIRE as a xmpp server. I want to get last message of each conversation from MessageArchiveManager in openfire ser...
Middelburg asked 10/6, 2018 at 9:21

2

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 fr...
Lubow asked 2/7, 2014 at 15:10

0

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 dot...
Shot asked 9/5, 2017 at 7:23

3

I am developing a instant message module (part of J2EE web app) using openfire/jsjac within the protocol of XMPP (Jabber). The openfire users/groups management/tables has been redirected to our bu...
Ciliary asked 26/11, 2013 at 5:30

1

I fetched History from openfire by installing open fire plugin in the open fire and tried this code. let iq1 = DDXMLElement(name: "iq") iq1.addAttribute(withName: "type", stringValue: "get") iq1...
Horary asked 7/2, 2017 at 7:47

3

I implemented a Group Chat mechanism in my Android where I have created groups and add members through REST API Plugin of Openfire. sending messages to to the same group not delivering messages to ...
Roseboro asked 26/11, 2015 at 12:48

0

Openfire version - 4.1.1(Which has XEP-0313 MAM support) Smack version - 4.2.0-rc2-SNAPSHOT(Which has XEP-0313 MAM support) Monitoring Service version - 1.5.4 After installing Monitoring Service p...
Coaster asked 6/1, 2017 at 10:24

1

I have built a chat application using an Openfire (xmpp) server. One-to-one person chats are working fine and the messages are delivered instantly. But when we send a message inside a group, the fi...
Revocation asked 28/11, 2016 at 12:20

1

It seams like to work with chat application, using openfire and smack there can be two ways below, First Way Smack makes a connection with the openfire server and it can receive and send update...
Degeneracy asked 10/10, 2016 at 8:5

8

Solved

I am developing chat application by using Openfire XMPP server. I can text chat between two user. But i want to know Typing status when some one is typing message. So i created a class :- public c...
Forsta asked 26/8, 2013 at 4:18

1

Solved

I've developed a chat app using XMPPframwork of Robbie Hanson and Openfire server. I can chat one to one and chat group successfully. But when I get history of chat, I can't get whole history. I us...
Obstreperous asked 26/8, 2016 at 10:4

1

I have a Java application implementing Smack 4.1.7 that I am using as a mock client for Openfire 4.0.2. At the moment, Openfire is running on my localhost. Smack can login and authenticate properly...
Chiquita asked 3/7, 2016 at 17:6

4

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=/...
Perfuse asked 21/2, 2011 at 11:33

1

I am trying to implement a chat application using XMPPFramework in iOS, using OpenFire server. My chat is working fine, I am trying to retrieve chat history from server. Ofcourse I have enabled Mes...
Skyjack asked 11/3, 2016 at 8:25

0

Goal:- Inserting messages in faster way to database. I have integrated xmpp openfire one-to-one chat over my website. I am using Monitoring Service plugin for storing messages into the databas...
Pomeranian asked 20/5, 2016 at 12:6

3

I have installed Openfire 3.10.2 on Ubuntu 12.04. Chat is working fine and for offline message management I have installed the CallbackOnOffline plugin. When the recipient is offline, a url is cal...
Cuffs asked 28/9, 2015 at 11:45

© 2022 - 2024 — McMap. All rights reserved.