Re: How to get group list using smack asmack-android-8-4.0.6.jar version
Hi Kondal rao,I am facing the same issue. Have you been able to get group names?Thanks,
View Articlehow does openfire server behave when one recipient got packet from multiple...
I am newbie in xmpp(openfire server). I trying to make a application where multiple user can write or sketch at the same time on their client application and the coordinates will be passed to all the...
View ArticleRe: unable to install latest packet filter plugin
I also was having this problem, but was able to finally get it working. As stated, you have to be running Java 7 or higher. The gotcha is if you install with Java 6, reinstalling it does not seem to...
View ArticleRe: Customize Buttons
Thanks for the information. I will let the person working with me know.
View ArticleRe: monitoring service plugin for Openfire 3.8.1
Here's two older versions of this plugin that i have. They were probably meant for 3.8.2, but should work with 3.8.1 i think.
View ArticleCannot login to web console sql and ldap
Hi all I have an established openfire server that died. So I created a new Win Server 2008r2 standard server, installed openfire 3.9.3 we are connected up to the ms sql server again and when I specify...
View ArticleIntegrating Live support chat for webapp in Play framework
My requirement is ,I have a webapp developed in play framework.I need to integrate xmpp based live chat customer support.For that thought of using Openfire with fastpath webchat plugin.1) Installed...
View ArticleRe: Integrating Live support chat for webapp in Play framework
In Admin Console you should find a menu for Fastpath service management. There you can assign users to be agents in the queues. Then you can login with such user in Spark and such user should see a...
View ArticleRe: Openfire strips value of xmlns for grandchild elements of Iq elements.
I should note, this is openfire 3.9.3
View ArticleOpenfire strips value of xmlns for great-grandchild elements of Iq elements.
I am sending xml like this through openfire:[XML] SentXml - Pastebin.com On the receiving side, I get this, from openfire:[XML] ReceivedXml - Pastebin.com Notice that, on the message elements inside...
View ArticleRe: Using Karaka (Skype/XMPP Gateway) with openfire
can you give me access to the guide too?
View ArticleRe: Using Karaka (Skype/XMPP Gateway) with openfire
I have restored a previous version of this DOC, because the current one had broken link to pdf. Not sure if it is worth anything now, after 6 years passed..
View ArticleRe: NullPointerException in EntityCapsManager in 4.1.0-rc3
It's possible that calling the connection created listeners with an not completely constructed connection instance could cause some troubles, or at least some unforeseen side effects. But from looking...
View ArticleRe: NullPointerException in EntityCapsManager in 4.1.0-rc3
I know that it won't be thread-safe and I'm aware of the implications of publishing an instance while it's not fully constructed. But I don't see a problem in this case (although I can't rule it out,...
View ArticleRe: NullPointerException in EntityCapsManager in 4.1.0-rc3
I only see a problem with this from a theoretical point of view, while having these two quotes from JCIP in mind:You should avoid the temptation to think that there are “special” situations in which...
View ArticleSingle message received during joining a group
Dear TeamHow can I stop the single message received during joining a group?. Even though I have changed group chat settings to "Don't show history", I receive a previous chat message. if i set to...
View ArticleRe: NullPointerException in EntityCapsManager in 4.1.0-rc3
We don't start threads, but other users might do so.I hope those users verify that the API they use is thread safe. The XMPPConnectionRegistry's connection created listener is not designed to be thread...
View ArticleRe: NullPointerException in EntityCapsManager in 4.1.0-rc3
It's getting slightly above my concurrency/memory model knowledge now ;-), but I think the problem is, that a Thread which is created within a ConnectionCreationListener *may* see an incomplete...
View ArticleRe: Openfire 3.10.0 Beta - High CPU usage
Hello Daryl, I'am facing with the same issue. Java process hogging all my cpu (100%) on all threads within 2 days (around 150 users connected through a connection manager). At this time I am running...
View ArticleRe: Openfire 3.10.0 Beta - High CPU usage
Thanks for the detailed post. Yeah, Igniterealtime's Openfire is currently chewing CPU in a similar fashion.
View Article