Openfire plugin development
Hi, I am new to Openfire plugin development and wanted to ask if there's a guide on:- how to setup environment (Netbeans ex)- how to develop an OF plugin- how to debug a plugin Hope to get help.
View Articlebug: AuditManagerImpl does not update properties when updated from REST plugin
When updating some properties via the REST api, I noticed that some properties are not updated. After reading the code, I can see that the AuditManagerImpl classe does not implement the...
View ArticleMessage Carbons (XEP-0280) is not sending copy (Openfire 3.10.2)
I am trying to implement carbons feature on my xmpp client, Which consist in the chat for a web app, and a chat for a new window, in a new connection, using a same login. I am enabling carbons in Those...
View ArticleMUCRoom kicked presence sent twice
I have a report that when the moderator of a chat room kicks an occupant everyonereceives that occupants's unavailable presence twice: Here is a snippet of pidgin debug logs: (11:30:39) jabber: Recv...
View ArticleHazelcast cluster and defining outgoing interface
Hi, I have a hazelcast cluster of two nodes. A client is connected to Node #1. How could I define that outgoing traffic is leaving from Node #2 to external XMPP world, not directly from Node #1 ?Vice...
View Articlefeature: support bcrypt, chained hashes for passwords, ... in JDBCAuthProvider
Proposed in PR: JDBCAuthProvider: adding support for bcrypt and more by trumpetx · Pull Request #390 · igniterealtime/Openfire · GitHub The following (related) features have been added to the...
View ArticleOpenfire 4.0
Unless you've not been following Openfire development, you'll have noticed a huge volume of new patches and activity over the past few weeks, and you'll know that the master branch on github has a few...
View ArticleClient gets no response when trying to fetch VCard of user that is blocked by...
In general we got 2 users: bob and mike and both have vcards Bob blocks Mike - all options - msg, presence in/out, IQsMike trying to fetch Bob's vcardMike got error service-unavailable / cancelBob...
View Article401 Auth failed when Subscribing Users
hey,i'm new to jabberd and try to create a room with my C# program using agsxmpp.The Node get's created and my Jid get's subscribed , but when i try to subcribe the others i get an 401 error.here's...
View Articleopenfire RoundRobinDispatcher do not support FIFO.
I am using Openfire's Fastpath plugin to implement a client(webchat)-agent(Spark) service system. According to the dispatching logic in , If the queue has many request and A's request is ahead of B,...
View ArticleFeature Request: XEP-0198 Stream Management
Now that there is a Feature request bug for Smack (SMACK-333) it would be nice to add a bug for openfire too.I know that Stream Management is not easy to implement on Server side, therefore it will...
View Article[Bug] Changing PubSub Node Configuration
When i tried to change the configuration of a PubSub node i noticed that the configuration is changed but: 1. The subscribers are not correctly notified (just getting a 500 Server error)2. The change...
View Articleim developing an plugin for openfire and i need to send a presence to all...
im developing an plugin for openfire and i need to send a presence to all resource (local or remote in cluster) of a JID.how can i do this?
View ArticleOn CentOS7 openfire 3.10.2 does not run as a service
Please let me know how to make the openfire shall run automatically in CentOS7.I am unable to run as a service automatically.But manually it works using /opt/openfire/bin/openfirectl start . After...
View ArticlePR #416, seriously?
I just saw Refactor connectionmanagement by guusdk · Pull Request #416 · igniterealtime/Openfire · GitHub which was merged to master unreviewed only a few minutes after the PR has been created. 56...
View ArticleIntroducing Hazelcast ... a new way to cluster Openfire!
A few of you more intrepid Openfire fans may have noticed a bit of recent activity in one of the branches of the Openfire SVN repository. Well, some of your fellow developers have been working behind...
View Articlehow to deserialize xml string to org.jivesoftware.smack.packet.Message object?
hi,org.jivesoftware.smack.packet.Message object has a toXML() method can serialize Message to string, it's great to integrated with other framework.but, does is there a way to deserialize xml string...
View ArticleDiffrence between room, roster and group
I am new in openfire. Can any one help me to understand about, what is the difference between room, roster and group in openfire. Thanks in advance
View ArticleSend invitation to user by Rest API Plugin
Can we send room join request through user service rest api plugin?
View ArticleRuby-based Commandline REST API Wrapper
Hey guys, I recently converted a large security mailing list from using Prosody to using Openfire. As I didn't want to do the data entry myself, I wrote a quick Ruby-based Openfire REST API wrapper...
View Article