Re: openfire.sh specifies sh but uses bash built-in function shopt
Every Unix-based system I use has bash. If it was me, I'd just use #!/bin/bash.But I'm not in the business of maintaining web server installation scripts.
View ArticleRe: Adding users
I finally realized my mistake. Some firewall configuration needed to be done on the router side, and I had to properly configure a domain name.But I'm looking for a good tutorial on how to install and...
View Article(a)Smack Update/Remove PrivacyItem From List.
PrivacyListManager privacyManager = PrivacyListManager.getInstanceFor(GlobalVar.mConnection); List<PrivacyItem> pList = privacyManager.getPrivacyList("BlockedUsers").getItems(); PrivacyItem...
View ArticleRe: (a)Smack Update/Remove PrivacyItem From List.
"e = null" does only nullify the local variable 'e'. You need to remove the PrivacyItem from the List and then send the list to the server. So you basic approach seems right, although when iterating...
View ArticleRe: (a)Smack Update/Remove PrivacyItem From List.
Okay I'm going to try that next and will edit this with how it turns out. The reason the first one didn't work is unknown to me. It was removed and I did update the list, however when I use spark to...
View ArticleRe: smack 4.0.5 - javax.naming.NameNotFoundException: DNS name not found
Using jar files SNAPSHOT 4.0.6 this exception occurs.I'm using openfire 3.9.3, it's possible disable the SSL ? Or, How to solve this error ? XMPPConnection con = new XMPPTCPConnection ("localhost");...
View ArticleRe: smack 4.0.5 - javax.naming.NameNotFoundException: DNS name not found
Set SecurityMode to disabled or use a SSLContext that validates the server cert (e.g. by using Flowdalic/java-pinning · GitHub )
View ArticleRe: Jitsi videobridge and Openfire 3.10.0 alpha
Sorry, Jitsivideobridge plugin is being replaced by the new "Jitsi Meet" plugin. The reasons are explained in this blog. In the meantime, if you have built openfire before the upgrade of openfire...
View ArticleRe: installed Plugins aren't listed
This Exception shows the error: java.lang.UnsupportedClassVersionError: org/jivesoftware/openfire/plugin/ImportExportPlugin : Unsupported major.minor version 51.0 These are the Java version numbers and...
View ArticleRe: Current 3.9.3 OpenFire Server Issues
Seeing the memory leek symptoms. Using Win Server 2012 VM and PostgreSQL. No LDAP. Only 12 users. Problem prevents users from logging in. And locks up VM. Restart clears it up for a bit. But JVM...
View ArticleRe: Current 3.9.3 OpenFire Server Issues
I have commented on another thread that my memory issues went away after i have moved to Windows 2008 R2 (from Arch linux) and Java 8 (from old Java 7). Not sure what have helped exactly, but it runs...
View ArticleJust submitted Pull Request
I just submitted a small pull request to improve the click handling of the tray icon. There is no Jira ticket number associated with this improvement. The improved code now checks to see if the...
View ArticleRe: Just submitted Pull Request
Hey, thanks for the patch. I will try to get Konstantin's attention on that, so it could be merged.Then i will give it a test. Yeah, it looks different than i thought for SPARK-1526 but it can still...
View ArticleOpenfire Paid Consultancy
Hi, I'd like to hire an experienced Openfire developer for paid consultancy on optimizing and load balancing a deployment, can you let me know what are my options , because the professional support...
View ArticleRe: Just submitted Pull Request
It might be that Konstantin saw your pull request before he got my message even If any, PM system here is a bit weird. Anyway, still thanks for the current implementation. I think it will make it less...
View ArticleRe: Migration to JiveX (cloud)?
It seems that in JiveX private message can only be received if you are in the connections of the receiving part (a "friend"). I have found a setting to disable this requirement. But i wanted to ask if...
View ArticleRe: Migration to JiveX (cloud)?
We can enable it again.Private discusions (currently disabled) would be an alternative.
View ArticleRe: Just submitted Pull Request
Thinking about this problem a little further and talking to a few users, one potential solution to this issue would be to change the tray icon action a little more significantly. My "user research"...
View ArticleRe: Just submitted Pull Request
I think second option would be too much confusing for users who are used to use single click or double click. I tend to lean towards the first option (no hiding with a click). I like that you can...
View ArticleRe: Migration to JiveX (cloud)?
Ok, let's test. I have disabled the requirement. Will see if it will generate spam or too much private messages with "help me" Private discusions (currently disabled) would be an alternative.Where is...
View Article