HostnameVerifier.verify not called with actual hostname
I have an XMPP client using Smack 4.0 which connects to a server using TLS and uses EXTERNAL SASL authentication to log in using a client certificate. This works fine, but as a client, I want to...
View ArticleRe: Openfire 3.10 Beta and Openfire Meetings 0.1.1 - ofmeet 404 Not Found
Thanks for information. Looks like it was broken with this latest openfire fix https://github.com/igniterealtime/Openfire/commit/7b2d581affdf39ade9494b401562c9 702d0e0b2e
View ArticleAsterisk-IM and FreePBX 12
We're using FreePBX 12 for VoIP and would like to connect OpenFire to it to get presence information (on the phone, available, etc.). I was able to setup Asterisk-IM and get things connected, and it...
View ArticleRe: Openfire 3.10 Beta
Try disabling IPv6 in your adapter's settings on the server. I have it disabled, so maybe that's why it works for me. Have no other clues so far.
View ArticleRe: HostnameVerifier.verify not called with actual hostname
Flow wrote: It wouldn't. It would obtain a CA certified cert with a CN of wronghost.com.Then a HostnameVerifier used in Smack should not verify, because the given hostname (first parameter of...
View ArticleRe: Openfire 3.10 Beta
I have tried enabling IPv6 on my server and it didn't change anything, so maybe this is unrelated. But you should still try this. Maybe this is not the cause of your problem, but that 0:0:0 thing looks...
View ArticleRe: Openfire 3.10 Beta
When I disabled ip6 then the 0's went away and all addresses showed, but this still did not fix my issue. Not sure what to look at next.
View ArticleRe: HostnameVerifier.verify not called with actual hostname
This is the very thing that I was complaining about. Ahh! Now I got you. Yes, that's a bug (SMACK-643) in 4.0, which doesn't exits (or shouldn't) in 4.1. Since we have a release candidate for 4.1, I...
View ArticleRe: IncomingFileTransfer recieveFile(..) throws "error in execution"
It is my understanding that Smack clients needs to specify the correct IQ providers in order for File Transfer to be able to parse the stanza at run-time.No it does not. What makes you think that? Why...
View ArticleRe: IncomingFileTransfer recieveFile(..) throws "error in execution"
I posted this same packet reply timeout issue back on Jan. 23rd, 2015 in a different discussion on pubsub. Please read, smack-4.1.0-beta2: Timeout on publish PayloadItem containing JSON. Only...
View ArticleRe: HostnameVerifier.verify not called with actual hostname
Yes, the issue is fixed in that build.
View ArticleRe: IncomingFileTransfer recieveFile(..) throws "error in execution"
Okay, I removed the extraneous setup of ProviderManager and setup of ServiceDiscoveryManager. Is there a standalone main() that has a functional recieveFile(..) that works in 4.1.0-rc1? As a reminder,...
View ArticleRe: IncomingFileTransfer recieveFile(..) throws "error in execution"
The Smack integration-test also fails with same error: org.jivesoftware.smack.SmackException$NoResponseException: No response received within packet reply timeout. Timeout was 5000ms (~5s)...
View ArticleRe: 3.10 beta 100% cpu
Have you tried recent builds? It should have newer Jetty version and a few other patches, though i don't know if they are related to this issue. I will file a ticket...
View ArticleRe: 3.10 beta 100% cpu
Here's a ticket to track this https://igniterealtime.org/issues/browse/OF-883
View ArticleRe: Openfire HTTP API
It would be awesome if we could get the subject of a chat room Awesome plugin
View ArticleHelp Setting Up Kraken Registration
Set up Kraken in Openfire, trying to set up connection to an IRC channel. When I try to register the new conenction, tells me XMPP user doesn't exist on this domain. I have tried...
View ArticleRe: 3.10 beta 100% cpu
The current builds may have fixed this. Ignite's instance of Openfire was pegging CPU as well, but the current nightly build from two days ago has yet to run away (knock on wood).
View ArticleRe: Openfire 3.9.0 won't load plugins
Btw, you may try REST API plugin (it's intended to replace Userservice), maybe it will install.
View Article