Openfire users showing as offline in Admin Console using Converse.js
Hi, I am using Converse.js with a IIS Web Server and Openfire XMPP Server. I am able to login to the login screen that converse provides with the users I created in Openfire. However in the Admin...
View ArticleRe: smack 4.0.5 - javax.naming.NameNotFoundException: DNS name not found
Using the ip didnt work.XMPPConnection con = new XMPPTCPConnection ("127.0.0.1"); org.jivesoftware.smack.SmackException: javax.naming.NameNotFoundException: DNS name not found [response code 3];...
View ArticleLoad multiple conference rooms via automation
Hi! I've been googling for the last couple of days in an attempt to find a method of loading up chat rooms depending on various rules that we check as the user logs into the computer. I did see this:...
View ArticleRe: can not login to server, when android app is killed and restore state
I have no idea about this case.because I can succeed to login to server(openfire) everytime in normal case,but failed when app is kill by android and restoring is finished, and always got the failed...
View ArticleRe: How to increase openfire memory.
I think you can use the following configuration to tryBut does not guarantee that this is the best. -server -Xms6144m -Xmx6144m -XX:PermSize=256m -XX:MaxPermSize=256m -XX:MaxNewSize=512m...
View ArticleJitsi videobridge and Openfire 3.10.0 alpha
I cloned openfire 3.10.0 alpha from github, and can run the server. Jitsi video bridge no longer appears on the server "Available Plugins" page. I also cloned jitsi videobridge from github, built it,...
View ArticleBlocking Groups from certain Groups/Users
I hope you guys can help me with this as I have been battling this for a couple days now. My Spark program is configured within my Active Directory therefore all my Groups and Users are made within the...
View ArticleRe: Openfire users showing as offline in Admin Console using Converse.js
I switched to using Candy instead of Converse and now the correct user is showing online, however after I login it connects and I just get the gray screen. Perhaps I am not setting up rooms correctly?...
View ArticleRe: Openfire users showing as offline in Admin Console using Converse.js
With Candy, you specify a list of rooms to join in the javascript configuration object. Look what is done on this website for the groupchat support...
View ArticleFeature Request: XEP-0198 Stream Management
Now that there is a Feature request bug for Smack (SMACK-333) it would be nice to add a bug for openfire too.I know that Stream Management is not easy to implement on Server side, therefore it will...
View ArticleRe: Openfire users showing as offline in Admin Console using Converse.js
Thanks, I was able to get Candy to work. Is there anyway to embed it in another web page like Converse does where you can toggle it when you want to chat, etc?
View ArticleRe: Openfire users showing as offline in Admin Console using Converse.js
This is not a forum for Candy support, please ask these type of questions with those folks.
View Articleopenfire.sh specifies sh but uses bash built-in function shopt
Simple problem. openfire.sh in (3.10.0 alpha) uses /bin/sh but uses the bash builtin command shopt.
View ArticleRe: Jitsi videobridge and Openfire 3.10.0 alpha
Sorry, Jitsivideobridge plugin is being replaced by the new "Jitsi Meet" plugin. The reasons will be explained in a blog shortly. In the meantime, if you have built openfire before the upgrade of...
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 Article