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
-2
votes
1 answer

How to connect to Openfire server with a client in python?

Can you please suggest a client library for connection to Openfire server? What do you think is a better client library for development in python (XMPPPY,PyXMPP, SleekXMPP or any other you may suggest)? Thank you!
-2
votes
1 answer

OpenFire Xmpp Group Chat

I have done one to one chat using Chat Manager but how can I do Group chat in smack version 4.1.9. MultiUserChatManager is not public in smack version 4.1.9, how can I use MultiUserChatManager for group chat.
Jd Prajapati
  • 1,953
  • 13
  • 24
-2
votes
1 answer

Send media file (image,audio,video) using xmpp ios

Hi i am creating a chat app using xmpp, openfire. Now chat(text message) working fine for media i use transfer file demo of xmpp but it only work if both user are online. So pls help me to send file to offline user
Visions
  • 11
-2
votes
1 answer

Sending and Receiving Emojis in Smack

How can I send and receive Emojis over android application using smack library and OpenFire sever in Chat Application ?
K Guru
  • 1,292
  • 2
  • 17
  • 36
-2
votes
1 answer

XMPP Group chat java - logic to join users in room inside invitation listener is not working

I am trying to create sample java application to implement the MultiUserChat of XMPP. Some how I can able to create user and make it online in openfire. Can any one suggest how to join all the users to the created chatRoom? Here is my sample code…
parthiban
  • 115
  • 1
  • 1
  • 9
-2
votes
1 answer

To add a user with a roster in the create user Rest API

I have successfully created user using the create user API. And also I have added a roster for that user using a different API.Below mentioned two…
-2
votes
1 answer

java code to get chat history between two users using smack api from openfire server

I am new to Smack API and i want retrieve chat history b/w 2 users from openfire xmpp server. For this, is it required to add any extra plugin or change of any settings required in open fire? Pls somebody share some sample java code to retrieve chat…
Uma
  • 1
-2
votes
1 answer

Call between openfire and asterisk user

I am totally newbie in openfire and asterisk. I want to make call from openfire user to asterisk user. For that I have installed openfire 3.9.3 and asterisk 13.3.2 LTS. Can anyone please help me what I have to do for next step? Any help would be…
Hemdip
  • 410
  • 6
  • 29
-2
votes
1 answer

What if 5222 port/domain is blocked for Xmpp

I have a java Client(Smack API) connecting Openfire server which listens at port 5222. In one of the deployement scenarios the firewall has blocked 5222(tcp xmpp client communication). Tried using BOSH(Blabber library) , but its not able to handle…
logical
  • 41
  • 1
  • 8
-2
votes
1 answer

update java arraylist changes dynamically in html

I have a array list in java which contains notification messages which will be displayed in a html page. Is there way that when the array list gets updated(i will update this array list from the listeners in smack chat library) the list in html also…
Prakash
  • 693
  • 5
  • 17
-2
votes
1 answer

How To access open fire from another pc

We installed open-fire in window-R2. It worked fine in localhost but when we access from another Pc It give me err "This webpage is not available" How I we access openfire from anoter PC? 1. we open all port 2. Off Firewall Work Fine in…
AJAY AVHAD
  • 190
  • 10
-2
votes
2 answers

Configuring Openfire server

While setting up the openfire server, I am facing issues in connecting to the database. Also the admin account is not getting created. I followed the steps given…
-2
votes
1 answer

Connect to local openfire server android

I am developing on Ubuntu. I am trying to connect my xmpp client to local openfire server. AndroidConnectionConfiguration configuration = new AndroidConnectionConfiguration( host, Integer.parseInt(port), service); …
Sunny
  • 14,522
  • 15
  • 84
  • 129
-2
votes
1 answer

About Openfire and Xmpp

i just asked later about wanting to do a backend server for an instant message application, reading a lot there is less and less tutorials or books on how to achieve this, now with the growing tendency from the BaaS services. As i am using the XMPP…
jdecuirm
  • 83
  • 2
  • 12
-2
votes
1 answer

ruby/rails: push & chat server for android

Why another push server? Google C2DM does not work well in some regions. How to create a push server using ruby/rails? Well, it's my real question. I've been googled for a few days. Options: IMPP(OpenFire), Juggernaut, Faye, AndroidPn. It leads me…
1 2 3
99
100