Re: Problem with Openfire connection to postgresql
The search domain would not be the full FQDN, but only the trailing portions. For example, if your hostname was abc.xyz.com, your search domain would be xyz.com. Then in openfire, you could specify a...
View ArticleDeb package ?
Hi, Can somebody correct the nightly build page ? (http://igniterealtime.org/downloads/nightly_openfire.jsp)Since the openfire_2015-04-07.deb he don't have deb package.If we can have it again. Thanks....
View ArticleXmlPullParserException fails under heavy load
I am running into an issue where my Openfire server starts filling logs with XmlPullParserExceptions when under heavy load. The log messages look like:2015.04.10 11:05:23...
View ArticleRe: Empty Buddylist
Thank you for your response. I've tried adding my buddy three ways, all of which silently fail. All start, click on Buddies, then Add Buddies. Then:1) just type their username (for example, robert)2)...
View ArticleRe: Deb package ?
Sorry about this. We updated bamboo and I forgot to get the build agents going again. Should be fixed soon!
View ArticleHow to import " sun.security.util.HostnameChecker " ?
Hi guys. Noob here. I have a problem in the Java7HostnameVerifier class. I searched the entire internet and can't find how to import to Android " sun.security.util.HostnameChecker; ". Where can I find...
View ArticleRe: Empty Buddylist
Yes, approving someone adding you is a standard way in xmpp. Actually you are allowing someone to subscribe to your presence information (seeing when you are online, etc.). There is the Subscription...
View ArticleRe: XmlPullParserException fails under heavy load
Also seeing problems processing presence messages: 2015.04.10 12:48:16 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to error while processing message:...
View ArticleAsterisk 13 and Asterisk-IM
I was wondering if the Asterisk-IM plug-in supports the chan_pjsip driver on Asterisk 13. It doesn't seem to work with the error I got from Asterisk below. [2015-04-11 09:42:36] ERROR[46872]...
View ArticleJitsi is disconnected constantly based on the idle policy
While testing Openfire 3.10.0 builds (same with RC) and running a bunch of clients on the background i have noticed that Jitsi is being kicked off by the server. My idle client policy is set to 30...
View ArticleHow to use openfire plugins in my Android app?
If I download a plugin from Openfire available plugins and I want to use it on my android app, how can I use the plugin API? lets say I Install monitoring plugin to my Openfire server, how can i make...
View ArticleRe: Just Married plugin is not getting installed on linux openfire
Logs: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Schedu ledThreadPoolExecutor.java:267) at...
View ArticleRe: Jitsi is disconnected constantly based on the idle policy
What happens if you set idle to 65 seconds?
View ArticleRe: Jitsi is disconnected constantly based on the idle policy
It doesn't disconnect. So is Jitsi only replying to ping requests once per minute (or not replying maybe, but sending on its own)? I have this setting on 30 seconds for a very long time and don't...
View ArticleRe: Missing classes: de/measite/minidns/DNSCache
i got the same error, just import this jar:-jxmpp-util-cache-0.5.0-alpha2while ensure you has these jar; hope this can help you~!
View ArticleRe: How to use openfire plugins in my Android app?
I wanted to use just married in my app, to change usernames. I also wanted to use monitoring plugin features so they can request their chat history.
View ArticleRe: How can I use the features a specific plugin is offering?
Unless you run openfire on your android device, which not yet possible.IIRC someone once made openfire run on Android. So it's technically possible. Although that's more for Android based embedded...
View ArticleJBOSH HttpSender is not currently customisable
As per the below codejbosh/BOSHClient.java at master · igniterealtime/jbosh · GitHubThe line 235 ..... private final HTTPSender httpSender = ServiceLib.loadService(HTTPSender.class); .... which is...
View ArticleRe: JBOSH HttpSender is not currently customisable
jBOSH uses SPI, so it's configurable. After all, that's the main task of the Service Provider Interface (SPI). See also Introduction to the Service Provider Interfaces (The Java™ Tutorials > Sound)
View ArticleRe: MultiUserChat.join() always creates a default available Presence
The sendPresence in ConnectionConfiguration.java is as default true which is why the smack library automatically sends an initial presence to the server as available. you can set it to...
View Article