A few things that should really be improved
Hi there, I've recently started into the plugin development of openfire. There are a few things so far that bug me. Since normal users can't add issues to the bugtracker I started this document and...
View ArticleRetrieving client related information.
how to retrieve client''s ip,country,city ie) client related information.
View ArticleJavadoc patch
Hey guys, While reading over the code and doing some testing, I noticed a small bug in the javadoc for ServerStarter. The javadoc specifies the wrong property key, it should be "openfire.lib.dir" not...
View ArticleUsing a custom authenticator for XMPP authentication
Hiho, I've successully managed to export my own Authenticator which implements AuthProvider to the lib/ directory of my Openfire deployment.I've changed the provider.auth.className System Property...
View ArticleAccess servlet without login
I implemented a plugin.All is working but i want to use my servlet without login just like we can access PresentStatusServelt (Which is in presence plugin by...
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 ArticleUnable to connect to server
When i start openfire i get this message. Also, i can connect to openfire with spark through the computer i installed it on, however others can not access the server from their computers and i am not...
View ArticleHow do developers write the sign-in code for openfire server?
I am using registration.jar plugin (http://www.igniterealtime.org/projects/openfire/plugins.jsp) plugin to register users at openfire server. This is how the data in the table looks after the...
View ArticleSSL Certificate Access from Openfire Plugin
I am trying to write an Openfire plugin and was wondering if there was any way to access a particular client's X509 certificate used to initiate a connection to the server. I saw in the XMPP spec that...
View ArticleDO NOT alias 'reload' to 'restart' in init scripts!
I just had to explain why every user in the company was disconnected in the middle of the day because of this complete BS in your init script: # Handle how we were called.case "$1" in start)...
View ArticleInformation about user in muc presence frame
Hello This is my story i wrote a chat application (gwt, lib: emite) with openfire 3.8.1. My applicationassumes thatall usershave access to main (static) room, so do not user roster im my app, because...
View ArticleDatabase Caches - Changing lifetime
Hey everyone, I'm really liking openfire and the flexibility it provides for my needs.I am wondering one thing, and I've had trouble searching a solution. My current application has rapid database...
View ArticleIntegrating Jersey (JAX-RS) with Openfire
Hi, I want to create a plugin that allows access to some features of openfire by a RESTful webservice. I therefore tried to integrate jersey to openfire but did not suceed yet. The PluginServlet allows...
View Article64-bit Openfire
I'm trying to install 64-bit Openfire on Redhat server, but the version I can find is 32-bit. Does anyone know where to find 64-bit version?
View ArticleMessage loss while timeout
When a client loses the connection to the server without properly closing it, for example because of a typical cyclic DSL-disconnect or if the network-cable is pulled out, the server doesn't seem to...
View Article200 users and java memory is full !!
Hi all, We have just rolled out Openfire and Spark in our Organization. We have just got 200 usres and Java memroy is getting filled up to 90%(sometimes more than that). It would be great help if...
View ArticlePrivacy list: to block user in all channels
My Problem is that I want to ignore a user in private chat but also in public channel (MUC).I resolved this issue in Openfire 3.7.0 with add two JID to my privacy lst:username@servername (to ignore...
View ArticleBug: This avatar causes clients to disconnect
Tested on 3.8.0, 3.8.1 + MySQL on Debian 6.0.7 I pulled this attached scaled image from the ofVCard table. When it is pushed to clients during presence updates, the clients disconnect with...
View ArticleHow to get offline messages using stroph.js
Hi Everyone, not sure whether this is the right place to ask for help. Basically we're using openfire alongwith strophe.js client (with chat interface of our own), the one thing that has been hurting...
View ArticleNeed a Help ....
Hello, I am totally new to OpenFire Server, and according to client requirement I want to customize the OpenFire server source code.. So please tell me the proper steps to import server...
View Article