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
10
votes
7 answers

Eclipse - Source not found

I know this question has been asked many times before, but none of the proposed solutions resolve my issue (or I'm not implementing them correctly). I'm developing a plugin for OpenFire, and when I set a breakpoint in my plugin source Eclipse…
stdout
  • 1,761
  • 1
  • 18
  • 33
10
votes
3 answers

How to keep the groupchat room (MUC) existing all the time even if disconnected from the XMPP server?

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 business database tables,which means I do not need to…
10
votes
3 answers

XMPP FileTransfer - Why does the bytestreams protocol fail?

I'm doing file transfer via XMPP on both Android and iOS to a Spark client (Spark 2.6.3). I have successfully accomplished this on android (due to the nice libraries) but have yet to succeed on iOS. However, on both devices I have noticed that the…
Andy A
  • 4,191
  • 7
  • 38
  • 56
9
votes
2 answers

how to get user online or offline in asmack, android

Possible Duplicate: XMPP aSmack - How can I get the current user state (offline/online/away/etc.)? I am developing chat app on Android base on asmack lib. I display all the user on the ListView but I use an image to show online/offline user. But…
user1078574
  • 123
  • 1
  • 6
9
votes
0 answers

Openfire contact list sharing

I installed openfire on CentOs and it uses external database for authentification and user list. I managed groups based on a user table and a friend listing so that each user is also a group that is is an administrator and populated with users that…
Kassav'
  • 1,130
  • 9
  • 29
9
votes
3 answers

Openfire http-bind

How can we connect to Openfire using secured http-bind (port 7443 by default)?
blue123
  • 2,937
  • 7
  • 27
  • 29
9
votes
1 answer

What should be the JID for a user in OpenFire Server?

Hi I am new to this: I have set up an Openfire Server and using Spark IM to test it. But for Android application code what should be the JID for the user in session: I have tried username@ip_address , username@ip_address/Smack ,…
Navdroid
  • 1,541
  • 3
  • 25
  • 52
9
votes
8 answers

How to know Typing Status in XMPP openfire using Smack

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 class typingStatus implements ChatStateListener { …
user2160008
  • 379
  • 2
  • 5
  • 20
9
votes
2 answers

send and receiving message using smack API

I have setup my open fire(jabber server) on local machine with two user testuser1 and testuser2 .using Spark client both users perform chat without any issue,it's nice. openfire IP -192.168.1.65 I want to use smack API(3.3.0) for send and receiving…
Sameek Mishra
  • 9,174
  • 31
  • 92
  • 118
8
votes
2 answers

difference between XMPP servername and XMPP servicename?

In Smack API, there is a configuration class for connection, described at this page ConnectionConfiguration I am confused about the distinction between service name and server name. Suppose I have a computer named "mybox.mydomain.com", and I have…
Jus12
  • 17,824
  • 28
  • 99
  • 157
8
votes
0 answers

How can I get last message of each conversation(per JIDs) from openfire?

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 server that was enabled by MONITORING SERVICE…
Mahdi Moqadasi
  • 2,029
  • 4
  • 26
  • 52
8
votes
1 answer

Routing error between Smack and Openfire on localhost

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 with this…
guik
  • 419
  • 6
  • 11
8
votes
3 answers

XMPP Group Chat Android

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 all members of the same group. Please see my Error…
Sanat Pandey
  • 4,081
  • 17
  • 75
  • 132
8
votes
1 answer

Sending and Receiving messages using Smack Api for Android

I'm trying since last four days to send and receive chat message using own XMPP and with Smack+OpenFire. According to Smack's "readme.txt' i set up the connection and got logged user in. The code of connection and login is this public static String…
Devendra Singh
  • 2,343
  • 4
  • 26
  • 47
8
votes
3 answers

Openfire offline notification through PHP

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 called. The plugin loads the url from the…
Er.KT
  • 2,852
  • 1
  • 36
  • 70