Re: jbosh ASSERTIONS code
Hehe, glad you figured it out. It's arguably not the most intuitive code and therefore should be commented.
View Articlejbosh's code to enable assertions
jbosh/BOSHClient.java at master · igniterealtime/jbosh · GitHubline 338 ----- please revisit the code the code will not make the enabled to true simply putenabled = true;and remove the "assert" keyword
View ArticleRe: NullPointerException in EntityCapsManager in 4.1.0-rc3
Thanks for reporting Anno. Was already fixed 4 days ago in Fix NPE in EntityCapsManager · d389b4d · igniterealtime/Smack · GitHub as I discovered the same bug when working on the integration tests for...
View ArticleRe: Spark 2.6.3 About Auto log in
I have tested a bit more. Yes, the way i have described is only deleting a password. To remove a login from the list you have to go to C:\Users\your_user\AppData\Roaming\Spark\user and remove the...
View ArticleRe: Customize Buttons
I'm not a developer so i can't suggest where to search exactly. Maybe you can take a look at Spark's Fastpath plugin. In Fastpath it was possible to have the Canned responses which in turn appeared on...
View ArticleRe: Outgoing File Transfer fails
I think I got it working after updating the library and a few tweaks, however I am only getting the negotiating status from the file transfer, that is after it is accepted the in_progress status is...
View ArticleRe: smack-tcp 4.0.5 vs smack-tcp 4.1 while connecting with openfire
conf.setServiceName("127.0.0.1");//this method should be your server name,and in my case it is my ccomputer name
View ArticleRe: 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
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 Article