Connect two Openfire server on two subnet and two ActiveDirectory
i'm from argentina, sorry, my english is bad., i fail to connect two openfire serversserver1: 10.73.48.100 openfire+activedirectory Domain1.localserver2: 192.168.226.10 openfire+activedirectory...
View ArticleRe: Change request on the userservice plugin
Hi Dele Olajide, For now I am using userservice plugin from May 2013 (this one which I found on igniterealtime.org).I saw your post and I was wondering mayby you had same problem us I have now. I...
View ArticleArchive Conversations list and count doesn't match
Today early i was checking some archiving packages(XEP-0136) and then i realized that the count value returned on the XmppResultSet (XEP-0059) andthe total of conversation never match. Looking into...
View ArticleRe: Archive Conversations list and count doesn't match
Would you mind creating a diff of code that you changed? This makes it easier for us to spot the changes.
View ArticleRe: Change request on the userservice plugin
My patch has been applied to Openfire in VCS. Just download source code and build the user service plugin or use the already built one attached to my reply
View ArticleRe: Admin privileges (broadcasting)
From the documentation of the Broadcast plugin: Configuration The broadcast plugin is configured via Openfire system properties. These can be configured under Server/Server Manager/System...
View Articlechat discussions to be saved constantly and automatically
I would like chat discussions to be stored/saved constantly and automatically to a hard drive location.Is there any way to configure? I could not find from Preference options. Thanks.
View ArticleRe: Archive Conversations list and count doesn't match
7d6< import java.text.DateFormat; 10d8< import java.util.Collections; 12d9< import java.util.HashMap; 15d11< 20c16,17< import org.jivesoftware.util.Log; ---> import...
View ArticleRe: group chat resets
info.log2013.12.06 07:42:59 org.jivesoftware.openfire.XMPPServer - Registering shutdown hook (standalone mode) 2013.12.06 07:42:59 org.jivesoftware.util.cache.CacheFactory - Created cache...
View Articleopenfire+motd, how to restart the plugin in windows?
Hello!I haveopenfire 3.8.2 (deployed onwindows 2008r2 (x64)),base onmssql (11.0.3128)+ mssqldatabase with list of the employees with date of the birthday.It's necessary to send the list of the birthday...
View ArticleRe: Possible resource leak?
thanks, i'll see if i can emulate something similar to this environment at home. or... does the xmpp.igniterealtime.org server have a group setup that we could add some test users to? i'm sure most...
View ArticleRe: Going from LDAP to local..... Unable to log in.
Im still on LDAP.When I go to create user I get: Not allowed: the user account system is read-only.
View ArticleRe: Communication between wc & of not happening
are you running webchat from the same server as openfire? other users have had issues in doing so...
View ArticleCustom URL Handlers
I'm considering creating a custom url handler for an in house application used by my employer. In testing I've setup the protocol magic, which Spark correctly identifies. When I send something like...
View ArticleRe: Custom URL Handlers
That's a common issue with applications which convert normal text to links. Unlike browsers they assume that it must be a http-URL if the URI is unknown but an URL is detected.
View ArticleRe: NEED HELP: migrating openfire database (mysql)
It seems that your restore / import on the linux server is not recognized by Openfire. So you may want to start with an empty linux database and let Openfire create the schema. Stop Openfire, import...
View ArticleRe: NEED HELP: migrating openfire database (mysql)
have you checked the user permissions on the database? it seems like it's either having issues using the database, or the database was not imported properly. Mysqldump should be able to replicate your...
View ArticleRe: NEED HELP: migrating openfire database (mysql)
ok, after looking a little, it looks like openfire creates a random pasword for the openfire@localhost user it sets up on first run and/or empty database schema, then it stores it someplace. you can...
View ArticleRe: How to get current user status and presence
This may help you: http://www.igniterealtime.org/projects/openfire/plugins/presence/readme.html
View Article