Re: Add MUC rooms from mysql database
The room will appear once you login from any chat client and join the room. But I have one problem. If I try to edit that room that I created by manually adding to the databse, it doesn't save and...
View ArticleRe: XMPP connection closed unexpectedly after some actions
aSmack 4.0.1-SNAPSHOT 2014-06-21 released. Please report back if particular this version fixes the issue, since the fix is different from the previous snapshot versions.
View ArticleRe: Add Reliable Voip service to Openfire(SIP or Jingle?)
Hi Dele,Do you think it is a reliable solution for video and voice call under Mobile Networks (low speed)?As I have searched around asmack jingle implementation, It's old and not under development any...
View ArticleRe: shortcut to delete messages on spark
According to the ticket description you only have to change language to some other and then back to English once and it should fix the history not deleting bug, for a time being probably, not permanently.
View ArticleRe: Tracking User Login History
On the document it says that only MySQL is supported and on the project's page MySQL, PostgreSQL and DB2. As i think nobody is developing this plugin anymore, i doubt it will support any other...
View ArticleDoubt about listeners
Hi. I am unsure of where I should place packet listeners. Should it go into the onCreate() method , or in the onStartCommand(), or should it be put into a separate method that runs every few seconds?My...
View ArticleCan't initialize the configured debugger!
Exception when trying to enable debugging: SmackConfiguration.DEBUG_ENABLED = true; java.lang.IllegalArgumentException: Can't initialize the configured debugger! W/XMPP connection failed﹕...
View ArticleRe: Doubt about listeners
Short answer: No,Yes Long answerYou can add it after your connection is established. Don't put any xmpp logic in your application activity, you need to create one or more classes to handle it.For...
View ArticleRe: Can't initialize the configured debugger!
Should be fixed in todays snapshot. Sorry for the inconvenience
View ArticleRe: Can't initialize the configured debugger!
I wish I could help in some way. I'm a senior developer mainly c# but totally new to java .
View ArticleRe: Not able to connect using aSmack android asmack-android-8-4.0.0-rc2.jar
The code looks good. I tried using this version of aSmack and it dint worked for me either. Try using asmack-android-19-0.8.10 and instead of using the normal ConnectionCOnfiguration connConfig = new...
View ArticleRe: Doubt about listeners
You can add it after your connection is established.To clarify: You can always add listeners in Smack 4.
View ArticleRe: Doubt about listeners
Sorry. It depends on the app logic in my case I do it like that due to my app reconnecting logic.
View ArticleRe: Doubt about listeners
Thanks Wael I'll try out the reconnection logic to see how it goes. I have an idea on how to implement it now.
View ArticleRe: Losing Messages with 3.9.x
Thanks for your help, it's interesting input! I can somewhat follow the problem and I think it's related to the memory leak issues, which were reported.There are a lot of unclosed connections/sessions,...
View ArticleRe: Losing Messages with 3.9.x
thanks, good to know.can i just downgrade to 3.9.1 or is this not recommend?
View ArticleMinimum AD account permissions for LDAP query
I have a single OpenFire server setup.I setup LDAP authentication so that my users could use exisiting windows Username / PW combinations to get into the OpenFire server via the Spark client.I created...
View ArticleRe: Losing Messages with 3.9.x
Yes I think so. See https://community.igniterealtime.org/message/240240
View ArticleChartset problem with Monitoring Service plugin
Hi to you all.I installed Monitoring Service pluging for openfire , now conevsations in Arabic or Persian languages are archived but in "???????" format !I added UTF-8 to MySql database . No problem...
View ArticleRe: Minimum AD account permissions for LDAP query
the ldap account doesn't need anyt special permissions. just a regular domain user
View Article