Openfire REST API - Create Service
Does the API have the ability to add a Service? In Group Chat there is a dropdown listing all the Services.conference being the default. Group Chat Group Chat Settings Service Summary Create New...
View ArticleUsing Openfire with Google App Engine
Hi there,i am going to develop a cross platform chat app which use xmpp and i am using openfire server for it, i have decided to deploy application on googe app engine. I have read that openfire cannot...
View ArticleNew Chat Application
Need suggestions for finalizing the architecture for my android chat application.I am thinking to use OpenFire for this android app. This Chat Application is for the conference chats.The user will a...
View ArticleXEP-0248 Support?
Is it intended for there to be explicit support in Openfire for XEP-0248? The reason I ask is that the publish events generated when adding a leaf node to a collection node are non-compliant. Here is...
View ArticleOF offline file transfer?
Hi there, I am looking for a way to realize offline file transfer in my OF server. I found GitHub - siacs/HttpUploadComponent - but this project is not active anymore. Are there anyother plugins for...
View ArticlePlugin Development Environment Setup
Hi, I want to learn how to develop plugins for Openfire, so I'm trying to copy the MOTD plugin example given in the documentation. I'm using IntelliJ as my IDE. Can anyone point me at instructions on...
View ArticleWhere is Openfire Plugin for XEP-198 Stream Management?
1) We are looking for Openfire Plugin for XEP-198 Stream Management2) Its been developed as per the link https://issues.igniterealtime.org/browse/OF-4463) But it not found in the list of plugins...
View ArticleCreate a plugin guide
Hi, I've managed to get a development version of Openfire running but I can't work out how to actively debug the server (I can get it to build and run a server but not how to do break point debugging)...
View ArticleRoom leaving issue (MUC).
Hi, guys! I was faced with the problem that the Candy.js does not close its tab while trying to leave the room. Problem appears only in case when in this room was entered more than one clients from the...
View ArticleFeature Request: CRL Checking
Hi,I have a requirement for certificate revocation status checking in an environment (for server-to-server traffic), and was wondering if it's possible to add support for this through CRL DP and/or...
View Articlecould anybody debug jsp throught intellij idea
i think intellij idea is better than eclipse. so i import project from my eclipse into intellij idea. everything goes well except for debuging jsp. i could not fix the puzzle. i note jetty is inner...
View Articlemonitoring plugin - wrong SQL for Oracle DB
I updated Openfire to the newest version. Now the IQ Query Handler from the monitoring plugin won't work anymore.The logs show a "ORA-00907: missing right parenthesis" error. I tracked it down to this...
View ArticleWeb-Gui - c2s settings: Encr. settings doesn't apply separately for starttls...
Hello @all! With the intention to configure the client-cert policy(Mutual Authentication) individually for starttls and ssl(legacy mode) I found out, that's not possible, even though suggested by the...
View ArticleWebsocket support
Hi, I was evaluating whether WebSocket transport can be used with Openfire and came across the new 2015 Plugin posted in a message by Tom Evans. However, i had some doubts, which I am not able to...
View ArticleOpenfire not closing stream gracefully ()
In NIOConnection the close() method first sets the state to State.CLOSED and then delivers the closing stream element: @Overridepublic void close() { if (state.compareAndSet(State.OPEN,...
View ArticleSASL subjectAlternateName parsing fails (related to OF-1245)
I'm facing an issue trying to use SASL External with client certificates that have an otherName:1.3.6.1.5.5.7.8.5 SAN. Validation works fine against the common name, but with the SAN certificate OF...
View ArticleOpenfire 3.10 userService.addRoster does not add the user to the database.
In UserServiceLegacy.java plugin.addRosterItem(username, rosterUserJid, rosterUserNick, null, null); and in the plugin UserServicePlugin.java RosterItem ri = r.createRosterItem(j, itemName, groups,...
View ArticleGroup Vs MUC Room
Hi,My application have functionality to send message to group of users and receive message through xmpp. Nothing else. Currently I am using MUC to broadcasting message. To receive message in room,...
View ArticlePlugin Development Environment Setup
Hi, I want to learn how to develop plugins for Openfire, so I'm trying to copy the MOTD plugin example given in the documentation. I'm using IntelliJ as my IDE. Can anyone point me at instructions on...
View Article