Doubt 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: Not able to connect using aSmack android asmack-android-8-4.0.0-rc2.jar
Can't load class for org.jivesoftware.smackx.packet.TimeDrop the configure() method. Manually configuring the ProviderManager is no longer required for a long time now. Never use code in your project...
View ArticleRe: Losing Messages with 3.9.x
problem persists in the recent nightly build. what i could find out so far: - Problem exists so far only with pidgin and only for users, who havent set their ressource by themself- System hibernation...
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 Articlebroadcast messages by default
Is there a way to set up the spark client/openfire server to default all messages to broadcast messages to the entire user list? I don't want any private messages OR any user to create a group with...
View ArticleNo JVM Could be found on your System
I am running Windows 8.1 x64 and Spark worked for about a week and then just decided to stop working. When I went to open it it gave me a JVM error. So i've re-installed and it still is not working...
View ArticleRe: No JVM Could be found on your System
Thanks for the response! Spark 2.6.3Java 7 Update 60 I found the startup.jar in the lib folder and opened spark that way.https://community.igniterealtime.org/thread/33809
View ArticleRe: how to initialize a connection for filetransfer
Try to add the followings lines: 1.FileTransferNegotiator.setServiceEnabled(ConstantUtils.conn2, true); 2.OutgoingFileTransfer.setResponseTimeout(30000);
View Article