Problems with new IQ-API in 4.1.0-alpha7-SNAPSHOT
I have found a solution to make Smack full OSGi-compliant with minimum interference. I am currently migrating my code to 4.1.0-alpha7-SNAPSHOT, but I am confronted with a serious problem concerning the...
View ArticleBlock access to specific functions on Admin Portal
The OpenFire server is a great and powerful tool. However, from an administrative management perspective, it is missing 1 thing: The ability to set up separate levels of administration. For example, I...
View ArticleRe: Problems with new IQ-API in 4.1.0-alpha7-SNAPSHOT
I can extract the namespace and the root element name via reflection from my JAXBPacketExtension.The PacketExtension interface defines the getNamepsace() and getElementName() methods. So there is no...
View ArticleRe: Not able to recive File if i send a file First with Asmack and Openfire
i am using asmack-android level7-3.1.1.jar. its working.
View ArticleRe: Read File Description
The IncomingFileTransfer callback gives you a FileTransferRequest (smack 4.0.6 API) instance on which you can call getDescription().
View ArticleRe: SSL 3.0 fallback vulnerability encounters to openfire/bouncycastle?
Hi Christian, thank you very much for your detailed post. However, what do we do to disable SSLv3 without disabling all cipher suites that can be used with SSLv3 (because they are the same as the ones...
View ArticleChatting with specific agent in FastPath
Hi, I am using fastpath plugin for chatting in my application. It is working great and call goes to available agent. For new enhancement, we would like to add a feature where user should be able to...
View ArticleRe: Unable to configure Hazelcast clustering
Hi Shil - I am not familiar enough with the Rackspace cloud platform to know for sure, but it's likely that the routing between your cluster members uses the WAN (public) network, rather than the LAN...
View ArticleProblem when 3 or more resource names are used by one user
Has anyone experienced a problem in Openfire when a single user attempts to connect with 3 different clients? In my case, the user is using 3 custom resource named which don't conflict. He gets...
View ArticleRe: MUC Service Plugin add/delete user role problem
I am having the same exact issue. I continually get the 302 (Found) response, and the location listed in the headers always points to login.jsp. Is there another way to accomplish this same purpose...
View ArticleRe: Unable to configure Hazelcast clustering
Hi Tom,Thank you very much for your response. Yes, my Rackspace servers have multiple network interfaces, one of which is LAN interface, we are using those local IPs in the hazelcast config...
View ArticleRe: MUC Service Plugin add/delete user role problem
I found that issue, the problem is the @ in the JID and authfilter from openfire. The @ is not allow in the URL.I could change that to username instead of JID, but that would be restrict external user...
View ArticleRe: XMPPTCPConnection cannot be resolved to a type?
smack-core does not contain XMPPTCPConnection, smack-tcp does, you may also want to add smack-resolver-javax. And I really recommend using a build system that's able to resolve maven dependencies. So...
View ArticleRe: SSL 3.0 fallback vulnerability encounters to openfire/bouncycastle?
sm's proposed patch is already in the code and you can download this build and test it Project-Windows-distribution-files
View ArticleRe: Problem when 3 or more resource names are used by one user
This is the latest build Project-Windows-distribution-files (it haas more fixes that just this one). No ETA on final release.
View ArticleRe: Problem when 3 or more resource names are used by one user
Thanks. I'll look into using that.
View ArticleRe: SSL 3.0 fallback vulnerability encounters to openfire/bouncycastle?
There were actually two Pull Requests. The suggestion from this thread is not yet merged to master.(https://github.com/igniterealtime/Openfire/pull/139 ) It's only for Admin Console (9090) and BOSH. I...
View ArticleRe: XMPP Dialback between Openfire/Lync not working as expected
Thank you for the detailed explanation. We are going through the same exercise.A couple of questions: Did you have to install the modified openfire.jar even after upgrading to 3.9.3Also, I understand...
View ArticleFocus user
Hi, I needed to do a fresh install on a new server and have run into a issue.My Focus User goes offline almost as soon as I start OpenFire. In addition, I get no created rooms under the meetings...
View Article