how make search service plugin Case Insensitive ?
hi ... i m using smack as client for openfire. i used search plugin for find users and now i found that search plugin is case sensitive, which means when i type "Test"openfire Only retrieve users...
View ArticleRe: Broadcast message using Openfire
Thanks for all support sir.. my new question is . can i create new conference from php ? ans is yes so how?
View ArticleRe: Broadcast message using Openfire
yes sir thanks for your more valuable reply now i want to create conference room from php and add user in this conference room.
View ArticleBOSH over TLS
I'm Googling, and finding plenty of info about configuring XMPP over TLS, but not a word about BOSH. Is that controlled by httpd? I can't believe that simply turning on HTTP binding just magically...
View ArticleRe: Openfire setup HTTP ERROR 500
Never found an answer for the missing button; however, a work around was to Add the administrator like normal, then click on the section heading in the left column for Administrator Account. That took...
View ArticleRe: Asterisk-IM phone mappings
I have the same problem. Did you find a solution on that?
View ArticleException: org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED...
Hi, I think I should start a new thread with this issue. I tried a nightly trunk build of a debian package and get an exception (and http binding is not working - with 3.9.3 it works for me): size:...
View ArticleRe: RosterListener not receive presence- version 4.1.0-beta1
Also, I debugged my method and never start the presence method or any method inside RosterListener. Debug the code that is supposed to invoke presenceChanged().
View ArticleHowto install spark-2.6.3.src.rpm on Scientific Linux 6.5 (RHEL 6.x)
Hi,i installed/started Openfire server (on our RHEL 6.5 server) connected to our LDAP (389-DS) server. Nice and cute setup!Surprisingly, i had more troubles to install Spark client on my Scientific...
View Articlesmack-4.1.0-beta2: Timeout on publish PayloadItem containing JSON
ProblemWhen publishing node.send(..), where PayloadItem contains JSON, the LeafNode's send method throws org.jivesoftware.smack.SmackException$NoResponseException: No response received within packet...
View ArticleRe: smack-4.1.0-beta2: Timeout on publish PayloadItem containing JSON
Please set SmackConfiguration.DEBUG (DEBUG_ENABLED in some older revisions) to true and post the stanza trace.
View ArticleRe: smack-4.1.0-beta2: Timeout on publish PayloadItem containing JSON
jsonObject is ~ 5 megabyte and validates with JSONParser.parse Note that the lower bound for the maximum stanza size the XMPP specs give is 10000 bytes. Although some (most?) implementations allow...
View ArticleRe: smack-4.1.0-beta2: Timeout on publish PayloadItem containing JSON
Here are the results from SmackConfiguration.DEBUG_ENABLED = true;debug window contained these tabs Raw Sent Packets, Raw Received Packets, their contents is below: no exception encountered, I will...
View ArticleRe: Support Chat
You can try Fastpath Service and Fastpath Webchat plugins for Openfire. But they are not in development for years, not supported and have bugs. Making webchat work can be tricky. It was designed to be...
View ArticleRe: Openfire 3.10 Jan 8th 2014 + Ofmeet 0.0.7 Could Not Start
Same thing here... Actually, I've also installed OF 3.10 beta with the great Ofmeet plugin but I cannot get it to work. I use Jitsi as the client software, I can have many people talking to each other...
View ArticleRe: Is it possible to create Multi-User Chat service using Smack
Yes it is. You need to re-join the group everytime you logout and login though
View Article