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

how to listen for vcard changes of any of my roster entries

is there is any way in smack library that make me able to be updated with changes in vcard of any of my contacts I tried roster listener and packets listeners which listen for Iq packets but I couldn't get any thing
Ahmed Aswani
  • 8,271
  • 7
  • 33
  • 54
3
votes
3 answers

creating encrypted passwords in openfire MySQL via PHP

Openfire stores encrypted passwords in a database using blowfish encryption. http://svn.igniterealtime.org/svn/repos/openfire/trunk/src/java/org/jivesoftware/util/Blowfish.java is the java implementation for how encrypt / decrypt functions work in…
sdolgy
  • 6,963
  • 3
  • 41
  • 61
3
votes
1 answer

How to add more attributes to Openfire MySQL database?

I setup a Openfire server with external MySQL database using the openfire_mysql.sql file from the openfire installation directory to populate the database, the connection and everything basic seems to be ok. However I need to add another attribute…
quarks
  • 33,478
  • 73
  • 290
  • 513
3
votes
1 answer

complete setup openfire with xmppframework on iphone

I am new to openfire and xmppframework. I have setup the openfire and xmppframe work on my system both are working fine individually. xmppframework working fine with googletalk. But I can't find a way to connect my xmppframework with my openfire…
Naveed Rafi
  • 2,503
  • 5
  • 32
  • 40
3
votes
3 answers

XMPP Sending/Receving file in iphone sdk ...?

How to send/receive file in iphone sdk using xmpp framework ? Currently i am using XEP-0065 classes, and use the following code: ObjTURNSocket = [[TURNSocket alloc] initWithStream:((TestAppDelegate*)[[UIApplication sharedApplication]…
Matrix
  • 7,477
  • 14
  • 66
  • 97
3
votes
3 answers

How to Create an OpenFire Plugin

I'm very new to java and feel very confused. I'm trying to create a VERY basic plugin for the OpenFire server, but have no idea how to get started. I read the Developer Guide, but it doesn't explain how to set everything up in eclipse. Do you have…
Rob
  • 7,028
  • 15
  • 63
  • 95
3
votes
1 answer

How to authenticate Openfire XMPP with JWT token instead of username, password

I use Openfire for my chat server. In NestJS application server is used for authentication. While user registers, a XMPP account is also created using Openfire REST API plugin. I am using JWT authentication with my backend code. What I want is when…
Seymur
  • 91
  • 2
  • 9
3
votes
5 answers

Openfire and strophe.js: not allowed by Access-Control-Allow-Origin

Im trying to create a webchat using Jabber. I have installed Openfire and i can login to the admin panel at :9090 so the server is running. Now when using strophe.js basic example, coming with strophe.js i get this error: 5XMLHttpRequest cannot load…
Danielss89
  • 863
  • 1
  • 11
  • 17
3
votes
2 answers

Need an Android xmpp chat client to configure with openfire!

I am developing a chat application over android and i need an xmpp chat client that works with openfire... Can anyone suggest me in this?
coderslay
  • 13,960
  • 31
  • 73
  • 121
3
votes
2 answers

cannot create new user in openfire using smack-Android

I am trying to create a new user using smack for the instant messaging app for android, the user will be stored in the openfire database but everytime, i am running it,the user record is not showing in openfire create user activity private void…
Rahmat Ullah
  • 229
  • 2
  • 13
3
votes
1 answer

Forwarding nginx to an Openfire XMPP local server

I have an already existing nginx server that is a reverse proxy to my internal network, How do I configure it to proxy forward traffic from NGINX to an Openfire XMPP local server
Tinashe Robert
  • 691
  • 8
  • 11
3
votes
1 answer

one to one chat history with open fire and smack

I have installed open fire in my system and by using postman tool i am able to create the user and by using smack i can able to send the message to other user also.. but the problem is that i dont know that how to fetch the chat history between two…
sunikumar
  • 45
  • 9
3
votes
1 answer

Send a XMPP message to an OpenFire room from the command line

I'm having problems trying to send an XMPP message to a 'Room' in our OpenFire instance. The end result is for our CruiseControl.NET build server to be able to send success/failure messages to the appropriate 'Rooms' as an additional means of…
DilbertDave
  • 3,406
  • 3
  • 33
  • 42
3
votes
1 answer

Using Apache ActiveMQ + XMPP over plain XMPP for messaging

I am producing a message passing system and considering using ActiveMQ with XMPP as the transport. I have used plain XMPP with OpenFire server for similar messaging based communication between distributed parts of a system. What would be the…
whatnick
  • 5,400
  • 3
  • 19
  • 35
3
votes
1 answer

Chat history forwardedMessages is empty ArrayList

I am trying to implement a java smack client interacting with Openfire server. I have added the plugin for Monitoring service, also enabled archiving. Now I can see the chat history in the openFire Admin Console. I would like to do the same using…
kavita
  • 845
  • 4
  • 14
  • 40