Re: node.getSubscriptions() does not return all users who are subscribed to...
On line number 228 in Node.javaSubscriptionsExtension subElem = (SubscriptionsExtension) reply.getExtension(PubSubElementType.SUBSCRIPTIONS); wherePubSubElementType.SUBSCRIPTIONS("subscriptions",...
View ArticleRe: node.getSubscriptions() does not return all users who are subscribed to...
Should be fixed with https://github.com/Flowdalic/Smack/commit/5c086eeefa2c4470f3295d26e7cfc1db94e1e2 ab The provider entry was missing. New snapshot uploaded.
View ArticleRe: node.getSubscriptions() does not return all users who are subscribed to...
It works. Thanks a lot Flow
View ArticleRe: node.getSubscriptions() does not return all users who are subscribed to...
But for getSubscriptionsAsOwner it should have beenSUBSCRIPTIONS("subscriptions", PubSubNamespace.OWNER), I guess thats why subElem is null.Nope, that's actually a little flaw in the PubSub...
View ArticleRe: node.getSubscriptions() does not return all users who are subscribed to...
You are welcome. And thanks for reporting.
View Articlehow to configure Spark
1. First we need to arrive at the architecture regarding how the system will be deployed and why it is the best approach. 2. Does the spark application required to go through firewall. If so will it...
View ArticleRe: How to get a hazelcast instance in plugin?
There should be no need to access the Hazelcast instance directly from your plugin. If you would like to use a custom distributed cache within your plugin, you can simply create it via the...
View ArticleRe: How to get a hazelcast instance in plugin?
Tom thank you for the fast reply, I was worrying about not getting a reply for at least days but thank god that's not the case. I am not aware of the CacheFactory and what it does at the moment, could...
View ArticleRe: Feature Request: XEP-0198 Stream Management
And to complete the answer list (of my own question I asked years ago ): The acknowledging part should be pretty easy to implement (even in a clustered setup). It's the stream resumption resumption...
View ArticleRe: authenticate(username, password) being passed a domain'less username?
The logic is more or less flawed. I don't think it makes sense to throw an UnauthorizedException in case the username does not contain an '@' character.
View ArticleRe: Installed Plugins not showing Openfire 3.9.3
The java version on my open fire is version 7. so i don't know where d problem is. any more help on how to solve this will be appreciated
View ArticleRe: Installed Plugins not showing Openfire 3.9.3
Try to download plugins directly from your "available plugins" page in your admin console, instead of manually dropping the jar file in.
View ArticleRe: Installed Plugins not showing Openfire 3.9.3
I did install some from the admin console and installed them from the install button beside the plugins, others i wanted to update so i downloaded the updates from the ignite plugin page and installed...
View ArticleRe: Installed Plugins not showing Openfire 3.9.3
You really shouldn't download plugins directly from the official plugins page, it contains the latest plugins and some of them do not work with the latest stable release (3.9.3) but only with the dev...
View ArticleRe: Installed Plugins not showing Openfire 3.9.3
What exactly does it say on the start page of Admin Console. Mine is saying Java Version: 1.7.0_72 Oracle Corporation -- Java HotSpot(TM) Client VM right now.
View ArticleParsing XML from packet
Hello everyone I'm trying to parse packet from the following function publicvoid interceptPacket(Packet packet, Session session, boolean incoming, boolean processed) throws...
View ArticlePlugin: Monitoring.jar wont work in Openfire 3.9.3
Hi, Could you guys please do help monitoring plugin wont work in new version of openfire, im using in Ubuntu 14.04 LTS platform. Thanks in advance...
View ArticleRe: Openfire - Emoticons not working in conference
Tested in 1:1 Chat / IMs: Working fine here with PNGsTested in Conversaion: Fails, only the image-missing "document with red x" icon shows If I can provide you with further information/logs: Please...
View ArticleRe: how to configure Spark
1. Not sure if i understand that right. I'm using GPO (Windows Active Directory) to push a cmd script to all computers in our LAN to launch Spark installer with a silent switch while PC is shutting...
View ArticleRe: OfMeet in use...
Latest OfMeet changes are excellent and it seems to just work - Thanks for disabling analytics and also minimizing branding, which saves doing it manually, and for implementing the optional Welcome...
View Article