Re: 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 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 ArticleRe: ToContainsFilter removed?
Flow wrote: Makes total sense to have integration tests and then not use them Again, one-man show, not much time/resources. Integration tests are not a top priority right now, especially due to their...
View ArticleRe: Java 7 Error in online Installer?
Actually 653 is not available anymore. Only the last 10 builds are available. You can try the latest one (665) http://bamboo.igniterealtime.org/browse/SPARK-INSTALL4J-665/artifact/shared/Inst all4j/ It...
View ArticleRe: PubSubManager() cannot be instantiated
I use the version 4.0.0 but I also tried it with other version. But it did not work
View ArticleRe: Java 7 Error in online Installer?
Worked perfectly! Checked to see, and Java Min and Max are now 1.7 and 1.8, which covers both Java 7 and 8. Thank you SO much. Will pass this on to my IT people, who had given up. BTW, I love the new...
View ArticleRe: Does 3.9.3 Kill LDAP Groups?
Thanks.. wroot.. Did any of the database structure change from 3.9.2 to 3.9.3? Wondering if I can just overwrite my /opt/openfire 3.9.3 directory with 3.9.2??
View ArticleRe: Does 3.9.3 Kill LDAP Groups?
I was able to downgrade to 3.9.1 from 3.9.3, so no problems with the database. Usually i delete everything from /opt/openfire (except database /conf and /resources/security folder) and then copy new...
View Article