Block 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
IQs now use IQChildElementXmlStringBuilder which is basically an "top element aware" XmlStringBuilder that does not close the top element. This is so that packet extensions can be added before the...
View ArticleUnable to configure Hazelcast clustering
Hi All, I am trying to setup Hazelcast cluster in Rackspace cloud environment. There are two open fire server chat01 and chat02 behind a load balancer sharing a common db server. I have disabled the...
View ArticleRe: Smack 4.1.0 alpha6 - SASLError using DIGEST-MD5: not-authorized
I tried this version with a prosody server and it seems to not throw this error.
View Articleverify message delivery status
How can i set up receipts for detecting when a message was successfully delivered?
View ArticleRe: Block access to specific functions on Admin Portal
There is a ticket for this request OF-622. But it is a complex task, so nobody has provided any patch yet. You will need JSP knowledge (and probably good Openfire code knowledge, Java) to add this.
View ArticleRe: Problems with new IQ-API in 4.1.0-alpha7-SNAPSHOT
Is there no way for supporting me? I can extract the namespace and the root element name via reflection from my JAXBPacketExtension. It is actually a composite that is responsible for all the...
View ArticleDelete Node (PubSub) fails in 4.1.0-alpha7-SNAPSHOT
There seems to be a problem with node deletion in 4.1.0-alpha7-SNAPSHOT. PubSubManager#deleteNode creates the following message: Request:<iq to="pubsub.ec-xmpp" id="2GAeW-75" type="set">...
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: MUC Service Plugin add/delete user role problem
Change from JID to username would work for me as I am only working on a single domain. :-)And you mentioned by updating the whole MUC channel you mean using other tools instead of your plugin right?...
View ArticleRe: Read File Description
Thank u for responding.. Here if i use asmack 4.0.6.jar, i am not able send files. i am getting W/IQReplyFilter(5069): Rejected potentially spoofed reply to IQ-packet. Filter settings:...
View ArticleRe: MUC Service Plugin add/delete user role problem
No, you can also change many roles at once, not only add one role, or delete one role. So you set roles and room config.Look here:...
View ArticleMessage archiving - Monitoring plugin - conversation count is 0 always
I am using Openfire 3.9.3 and Monitoring plugin 1.4.2 (I read that XEP 0136 which was earlier in Openarchive is also integrated in this). I am using the Strophe.archive.js javascript functions to query...
View ArticleTela principal não abre
Pessoal, boa tarde, Aqui na empresa tem duas máquinas que não abrem a tela principal do spark onde constam todos os contatos. Sempre funcionou normalmente. A pessoa recebe a mensagem e consegue...
View ArticleRe: Problem when 3 or more resource names are used by one user
This is a known issue, which already has been fixed (for 3.10.0) https://igniterealtime.org/issues/browse/OF-803 But it seems that at least one of your resources has Message Carbons enabled. Can you...
View ArticleRe: Problem when 3 or more resource names are used by one user
It looks like the affected user does have Message Carbons enabled for two of his clients. Is there an ETA on 3.10 or developer builds?
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 ArticleXMPPTCPConnection cannot be resolved to a type?
Use Case: Applet that wraps Smack so that some JavaScript code can send a message via Smack. I haven't found such an applet so I am developing one. I started with a simple code snippet from the...
View ArticleOpenFire and OpenLDAP groups and contacts push
I tried using OpenFire and OpoenLDAP, then using Xabber on Android as a client.User and groups are already configured in the ldap server.I see the LDAP group on the admin console, named as my company,...
View ArticleNot closing smack threads by disconnect (4.1.0-alpha1-SNAPSHOT)
Hello everybody, I am looking for some advice in my little smack project. I made my own IM-App on Android. For this reason I want to close my connections sometimes, for example if I dont have internet...
View Article