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

Why can't I login to my Openfire administration console after initial installation?

Login failed: make sure your username and password are correct and that you're an admin or moderator. Even when the password is right and the user is the same as what I already have, I still can't log in. Why?
MillieR ChessU
  • 331
  • 1
  • 3
  • 5
25
votes
3 answers

differences between smack, tinder and whack

Can anyone tell me what the differences are between smack, tinder and whack? Are tinder and whack slim-down versions of smack? Do the 3 libraries serve different purposes?
cometta
  • 35,071
  • 77
  • 215
  • 324
19
votes
0 answers

WhatsApp like group chat in android using xmpp and asmack

I am developing a clone of WhatsApp for which i need to implement group chat like in WhatsApp. i am using Openfire as a server and Asmack on android end. Now i have implemented group chat following this guide but this is no way like WhatsApp. Users…
Talha Mir
  • 1,228
  • 11
  • 19
18
votes
3 answers

Why a STUN Server Needs Two Different Public IP addresses

I have took a look to STUN Server settings in openfire, and this statement from there: "In order to act as a STUN server, two different public IP addresses on the same machine are required, as well as two different port numbers for each IP." I have…
metdos
  • 13,411
  • 17
  • 77
  • 120
18
votes
2 answers

How To get Old Messages (Chat History) from XMPP

I am new to XMPP. and I need to get chat history from Openfire with XMPP. I did Googling but didn't get satisfactory Answer. Any link or idea will be great help.
user3111156
  • 228
  • 1
  • 2
  • 6
17
votes
2 answers

send push notification to ios for chat to offline user, openfire xmpp

I have an ios chat application that uses openfire, what I need to do is send push notification when the message (1) can't be delivered for any reason, (2) app is in suspended state, i.e. can't generate a notification on its own. I have read most of…
shailesh
  • 763
  • 2
  • 9
  • 23
16
votes
6 answers

XMPP web client

Is there any XMPP web client except SparkWeb and JWChat?
blue123
  • 2,937
  • 7
  • 27
  • 29
14
votes
5 answers

XMPPFramework - Retrieve Archived Messages From Openfire Server

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 I get only the date and the number of chat messages…
Piyush Kashyap
  • 1,965
  • 1
  • 14
  • 16
13
votes
2 answers

amqp or xmpp for real time online games

Which of these technology suite for Multi user online game project? Project requirements: Able to handle 2k-5k user at any given time. client library for iphone and android (native, no javascript). client library for Microsoft Windows (most…
user381930
  • 181
  • 1
  • 1
  • 5
11
votes
3 answers

MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html;charset=UTF-8

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","password"); RestApiClient restApiClient = new…
ajm
  • 12,863
  • 58
  • 163
  • 234
11
votes
1 answer

While fetching Chat History I am Not getting Both user History from Openfire

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.addAttribute(withName: "id", stringValue:…
Mad Burea
  • 531
  • 8
  • 22
11
votes
2 answers

Openfire Meeting iOS Implementation

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 users video conference is working properly on chrome…
iYousafzai
  • 1,021
  • 1
  • 10
  • 29
11
votes
1 answer

How to connect to XMPP server using PHP

I have set up an XMPP server, I have created the login form. PHP and HTML. I have not done this before, I want to know how to connect to XMPP server through PHP just like connecting to MySQL using PHP.
leeshin
  • 1,043
  • 5
  • 15
  • 30
10
votes
1 answer

Delayed group messaging in openfire

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 first message gets delayed and the second message is…
Surya Prakash Kushawah
  • 3,185
  • 1
  • 22
  • 42
10
votes
1 answer

XMPP iOS Framework detect internet disconnection issue with OpenFire server

I have implemented chatting application using XMPP iOS Framework with OpenFire server. Fortunately, application is running successfully but I am facing one issue of internet disconnection in application. When user is getting logout or went in…
Jayeshkumar Sojitra
  • 2,501
  • 4
  • 31
  • 44
1
2 3
99 100