Is it possibel to add a user (chat partner) to all users, like a support...
And how is this done. Thank you for your help.
View ArticleRe: Does 3.9.3 Kill LDAP Groups?
Eddi, you said you have downgraded to 3.9.2. Is it working fine now or did you have to downgrade to 3.9.1? 3.9.2 had a bug with showing groups with space in the Admin Console (not in the clients...
View ArticleOpenfire message logs
I'm new to this application so I know very little about it thus far. I was wondering if the openfire server stores a log with the communications of all end-users who use the application? On occassion...
View ArticleOpenfire support tech
Hello, we are looking to hire someone to help install/configure Openfire and Pidgin IM for as small office enviornment with 3 external locations. We do not have a tech on staff. Does anyone know who we...
View ArticleRe: Openfire message logs
First, the history stored locally by the client can be deleted or altered by the user, so you should keep that in mind while using it as an evidence in court To have history logs on the server there...
View ArticleRe: reset password at spark
You can't reset or change password in Spark. Only the admin can change a password in the Admin Console (if using local users, no the LDAP users).
View ArticleRe: File transfer error
He has already solved his issue here https://community.igniterealtime.org/thread/52915#
View ArticleAD Change Domain
We run openfire on linux box but authenticate users through ms AD. We recently have been acquired and need to change the AD location & domain. Looking at the OpenFire admin console, seems to be as...
View ArticleRe: Openfire support tech
I think you have better chances of finding someone in your location (a tech support company or some freelancer) than here. These forums are mostly visited by users and developers, not the ones looking...
View ArticleRe: Connect to Facebook Chat API using Smack 3.2.2 and X-FACEBOOK-PLATFORM...
Hi btd, Did you found any solution for this yet?
View ArticleRe: AD Change Domain
One thing I keep on reading is.Change setup in openfire.xml file to false, and redo the AD integration. Would that be the best way to go?What happens to Chat groups? Do those need to be recreated?
View ArticlePubSubManager() cannot be instantiated
Hey, I am trying to develop an android app that communicates with a server with PubSub When I try to instanciate a PubSubManager I get the follwoing Message:The constructor...
View ArticleRe: Feature Request: XEP-0198 Stream Management
Any word on how high that bounty would be? And how fast the code could find its way into Openfire? We're currently struggeling with lost messages on mobile/shaky connections and I guess Stream...
View ArticleToContainsFilter removed?
Hi,seems like ToContainsFilter was removed from smack 4.0However, I don't see it mentioned in the upgrade guide or changelog. BTW: there still seems to be an integration test using it:...
View ArticleRe: ToContainsFilter removed?
Using the ToContains filter could lead to potential insecure code. It was removed in 980047. If you really want/have to use it, then you have to re-implement your own ToContains filter. But I really...
View ArticleRe: ToContainsFilter removed?
Flow wrote: Using the ToContains filter could lead to potential insecure code. It was removed in 980047. If you really want/have to use it, then you have to re-implement your own ToContains filter. But...
View ArticleRe: ToContainsFilter removed?
I guess, I've never been really sure if it was actually necessary to have the filter. I assume that the filter would get by default only the messages for the current user, right?Any stanza send to an...
View ArticleRe: ToContainsFilter removed?
I had used the filter to get only chats for a specific user. Cf.https://github.com/jenkinsci/jabber-plugin/blob/8e42c15b9ab22bf205c5f3a0ec57d937...
View Article