Re: message body is null, raw received packets has the data
Please note that <some data> is missing it's closing element </some data>
View ArticleRe: Possible resource leak?
@Mircea Hmm... looking at some of the recent commits in ContactList.java -- I think we're ok with SwingUtilities.invokeLater() since it internally calls out to EventQueue.invokeLater(), so they are the...
View ArticleRe: Possible resource leak?
Jason, thanks for looking into this. Actually I removed that approach, and I replaced with javax.swing.Timer. Originally java.util.Timer was used to introduce a 0.3 seconds delay but that was a mistake...
View ArticleRe: Possible resource leak?
wroot, thanks for help I was able to reproduce othe lock only once and I tested all day the scenario. You are saying that this is reproduced regularly witn build 624 when network goes off/on. Are you...
View ArticleRe: Change request on the userservice plugin
Can you re-check what you doing and post the request with the results you are getting. According to the code, The following example adds a user, adds two shared groups (if not existing) and adds the...
View ArticleRe: Status message
Thanks Jason. This is different that Pidgin and initially a little more clunky but maybe nicer in that the messages accumulate with the status and then become easy to pick.
View ArticleActive Directory - JID?
I'm trying to allow certain users to create rooms in a LDAP environment - how do I specify the JID for them? I've tried <user>@<domain> and <user>@<domain>.com, but neither seem...
View ArticleConnect 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 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 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 Article