When i add a property in openfire admin console and restart the system the...
Also How to disable SSLv3 in openfire ?
View ArticleRe: When i add a property in openfire admin console and restart the system...
Each property should be stored in the database. Openfire should log an error if this fails. To disable SSLv3 you may need to patch the source code. It seems that removing ciphers does not help.
View ArticleRe: When i add a property in openfire admin console and restart the system...
If you mean that you don't see a value of set property, then this is a feature OF-714. One can chose not to encrypt properties, so their values should be visible. But currently there is a bug, all new...
View ArticleRe: Unrequested acks
Hi Flow,I stumbled upon this post by coincidence. I also need the feature of sending an ack unconditionally. Do you have a rough estimation of when should it be ready (maybe next alpha version)?Also,...
View Articleabout :No response from remote client:
i have a problem about using smack file transfer api.our project have five linux server ; 2 external client(web1,web2), 2 internal client(web3,web4),openfire server ....
View ArticleRe: Stream management without resumption resends messages on reconnect
This complicates my code, since I have to resend unacknowledged messages in case of app restart/crash anyway so I already implemented resend-on-reconnection.If the app crashed or is restarted, then...
View ArticleRe: about :No response from remote client:
Smack XMPP File Transfer · igniterealtime/Smack Wiki · GitHub
View ArticleRe: Stream management without resumption resends messages on reconnect
Right, when the app crashes or restarted, then messages will be lost, but when the app performing reconnect those unacknowledged messages will be sent.This behavior causes different handling between a...
View ArticleRe: How to add administrator accounts in LDAP configuration?
hello. This. Including in the field admin.authorizedJIDs field. This field defines the administrators of openfire. Att.Antonio
View ArticleRe: Stream management without resumption resends messages on reconnect
Why does it cause different behavior depending if the connection is first connected or is reconnected? Why does it matter if the stanza acknowledged listener is invoked on a stanza (Packet) that got...
View ArticleCan't Stop Openfire without Closing Command Prompt Manually
Thanks for the help.So, I must be extremely dumb when it comes to Openfire, or something else as I can't stop Openfire from running without closing the command prompt manually, but hey easy points for...
View Article[XSS]Openfire admin panel
In the admin panel of openfire, if you go to Archiving to start a search for a conversation you will have a url something like...
View ArticleRe: Openfire 3.9.3: LDAP users in multiple groups
We are working on a fix for this. You can track status here: OF-830.
View ArticleRe: Does 3.9.3 Kill LDAP Groups?
We are working on a fix for this, should be resolved soon. You can follow status here: OF-830.
View ArticleRe: Spark Contact List will not appear
You can wipe Spark profile and start with a fresh one. Spark profile is here C:\Users\username\AppData\Roaming\Spark If you need your history, copy this folder:...
View ArticleRe: Can't Stop Openfire without Closing Command Prompt Manually
I think that Windows binary doesn't have any switches. It just launches the java.exe process hosting the server process. You can use: taskkill /IM java.exe to kill that other process window with the...
View ArticleFailed to route packet Error with chat messages
We have 2 clustered openfire servers, version 3.9.3.We keep seeing an exception on the logs but we haven't been able to find out what is causing it (I ofuscated some private info). Any idea on what...
View Article