Re: Outgoing File Transfer fails
Thanks for the speedy reply, I will give it a whirl right now.
View ArticleSpark IM for Android OS is this possible and how?
Is it possible to use Spark IM on a mobile device Android OS and if so, how and where would you do this??
View ArticleCustomize Buttons
Does anyone now if you can add buttons to spark. I would like to be able to add a button that types in the word automatically. For example I would like to click on the button buy and that word...
View ArticleRe: Smack 4.1.0-rc2 using Maven on Android: Need to exclude 'xpp3' artifact
Still many people uses eclipse, maven, pure ADT for android development.ADT will not exclude XPP3, but while installing the APK into the phone/emulator those particular classes will be ignored by the...
View ArticleRe: Smack 4.1.0-rc2 using Maven on Android: Need to exclude 'xpp3' artifact
I myself use the Ant Android toolchain for Android and try to stay away from the gradle-android-plugin and Android Studio. That's why I recommend MavenToAndroidAnt, when it comes to using the legacy...
View ArticleRe: jbosh ASSERTIONS code
The code is assert enabled = true; I assume assert usually used with a boolean statement if you put 'assert something == something '..... then it is a boolean statement....if you put 'assert something...
View ArticleNullPointerException in EntityCapsManager in 4.1.0-rc3
Hello In the following scenario, I get a npe in EntityCapsManager. My Application connects to a server, then disconnect, and the reconnect to a different or same server, Then try to start up a private...
View ArticleRe: Customize Buttons
It is possible if you know how to program and will change the code of Spark and compile your own version of Spark. There is no easy option to do this.
View ArticleRe: Spark IM for Android OS is this possible and how?
There is no mobile version of Spark. But you can use any other jabber/xmpp client for Android (e.g. Yaxim).
View ArticleRe: Customize Buttons
Thank you for the quick response. Would you be able to show me what I need to change the code and location of files that need to be changed. I am working with someone at the moment that is looking at...
View ArticleSeveral "Spark-client's" with a white external static IP addresses can not...
Dear friends. We installed OpenFire 3.9.3, client's use Spark 2.6.3 and _2_7_0_664. There is one office in another city, customers are no longer with him to properly connect to the OpenFire server....
View ArticleRe: 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 Article