Message not being stored offline
Hello, Can anyone out there tell me what the following message is not being stored offline: <message from="******************************************************"...
View Articlemanaging openfire users and conversations from java application
Hello ,I want to control openfire users and conversations from my own java application, the number of users is more than 1000 , this is what I want to do exactly :Listening for new invitations to chat...
View ArticleNeed help compiling from source?
Hello all, So I took a copy of the OpenFire server souce and modified one onf the .java files. I would like to compile the project back. How do I go about doing that? According to the documentation I'm...
View ArticleModifying the Log-In code
Hello, I have successfully modified the DefaultAuthProvider class inside the org.ijivesoftware.auth package with no problems. When testing, it runs the modified code when logging in through the UI....
View ArticleRegarding setting up openfire project on eclipse for dev
I am trying to set openfire project in eclipse.But the package structure src/java is throwing me errors.base package "java" is not allowed in java.Can anybody workaround for this?Thanks a lot...
View ArticleConflict classes among hazelcast and clustering plugins
Please help to solve compilation error of Openfire source code :Package conflict among hazelcast and clustering plugin classes which are having same name. Thanks in advance .
View ArticleWhat class controls which authentication function is carried out?
Hello, I'm tryimng to limit what authentication method happens when a user logs in. When a user logs in from a client (rather than the web) it performs the authentication(String,String,String) instead...
View ArticleCan not locate openfirehome directory
I have made setup of openfire server in eclipse . Now i am trying to start openfire server ,it will failed to set openfireHome ? Is there any configuration file to set openfirehome or any other way if...
View ArticleXmpp command for change username
What command (xml parameters) XMPP to change the user name, for example, Jhon is Jhojhon?
View ArticleMessage not being stored offline
Hello, Can anyone out there tell me what the following message is not being stored offline: <message from="******************************************************"...
View Articlemanaging openfire users and conversations from java application
Hello ,I want to control openfire users and conversations from my own java application, the number of users is more than 1000 , this is what I want to do exactly :Listening for new invitations to chat...
View ArticleOpenfire APIs sample usage
Hi,I want to know if openfire APIs cane be used at the client side to connect to a xmpp server?I want to develop an admin monitoring tool wherein user can login as an administrator and monitor all the...
View ArticleDo Muc Rooms Require Pub Sub?, yes it wasn't answered the first time, yes I'm...
Re-posted:I asked this before not to long ago however, I believe it's gone over the time in which it would be answered so I'm posting again. That being said this should be a simple question to answer,...
View ArticleLDAP Bug Fix Request
The LDAP fields as configured in openfire do not map correctly to the vCard in spark. This happens when using AD as the LDAP source. Mainly the users full name is being placed in the First name...
View ArticleHow to make that show up in the contact list, not nicknames and full names of...
In a big group, not everyone knows by nick who need to write a message. Is much easier to display the full name.Somebody had already decided this question? Thank you
View ArticleError: Could not find or load main class org.jivesoftware.openfire....
After meticulously combing the document "Openfire SVN + Eclipse 3.3 + Subversive Installation Guide" (http://community.igniterealtime.org/docs/DOC-1020) I get through step Create Project Builder and...
View ArticleModifying the Log-In code
Hello, I have successfully modified the DefaultAuthProvider class inside the org.ijivesoftware.auth package with no problems. When testing, it runs the modified code when logging in through the UI....
View ArticleOpenfire Authentication using outside service instead of DB
Hi all, Is it possible (maybe through source code modification?) to change the auth method so that it uses a SOAP request to an external web service instead of a DB.
View ArticleXMPP Dialback between Openfire/Lync not working as expected
I am trying to establish a S2S comunication between Openfire server and a Lync Server over XMPP. I am using Server Dialback in Openfire Security Settings. The AS (Authoritative Server) is the same as...
View ArticleCan I intercept a stream stanza in an OpenFire Plugin?
Hi, I'm trying to create a plugin for OpenFire that will allow some custom data sent through in the initial stream stanza to be read and verified by the server.I've tried using a few Interceptors and...
View Article