How to login XMPP Server without SASL Authentication?
I updated the API from 3.4.1 to 4.0.3 today, and modified part of my codes . In 3.4.1 , I can login without SASL Authentication like below:connConfig.setSASLAuthenticationEnabled(false); But now, I...
View ArticleHow to use SASL Authentication?
If SASL is on, how to set the client params? Could anyone show me a demo ? Thanks very much! And BTW, will the XMPP Server do sth. in order to enable SASL Authentication?
View ArticleMake spark auto-login when it starts up
Hellooo, Is there a setting in any configuration files that can be edited to make autologin=true? I found another discussion that said it was in the spark.properties file however I think that must have...
View ArticleRe: How to use SASL Authentication?
If SASL is on, how to set the client params?Which parameters? GSSAPI? Most of the time you will just have a tuple of username and password. And BTW, will the XMPP Server do sth. in order to enable SASL...
View ArticleRe: no right click past
Not sure what's happening there, but you can try the latest 2.7.0 build and see if that helps http://bamboo.igniterealtime.org/artifact/SPARK-INSTALL4J/shared/build-665/Insta ll4j/spark_2_7_0_665.exe
View ArticleRe: Can openfire supports mobility XMPP protocols ??
How much time require to develope XEP-0198 ?I'd say if you want good quality code with xep198 clustering support, then it would take a reasonable skilled developer with certain knowledge of xep198 and...
View ArticleCan openfire supports mobility XMPP protocols (XEP-198)?
1) I am not able to manage continues connection using asmack . When asmack client lost the connection because of network problems or wifi connectivity issues it also display online in openfire...
View ArticleRe: Can openfire supports mobility XMPP protocols ??
Is openfire bussiness edition support this feature ??
View ArticleRe: OTR Plugin for Spark Client 2.6.3
After some testing i can confirm there is a bug, or two. But it is caused by some other thing. I have changed the description of the ticket SPARK-1569. In general, there is a problem in Spark when no...
View ArticleRe: Can openfire supports mobility XMPP protocols ??
Is openfire bussiness edition support this feature ?? There is no such thing as a bussiness edition for openfire.
View ArticleRe: Can openfire supports mobility XMPP protocols ??
So why XEP-0198 souce code is closed source ??
View ArticleRe: Can openfire supports mobility XMPP protocols ??
Don't know, you have to ask the person who has written it. If it really exists, i've just heard of it from someone who has heard of it (and so on). My guess is that they would want money for their work...
View ArticleNo response from OpenFire over BOSH
Hi, let's start with admitting I'm a newbie to OpenFire (and XMPP in general). I'm playing with OpenFire and JavaScript (using Strophe) and I'm trying to learn from the examples. But I can't get them...
View ArticleRe: No response from OpenFire over BOSH
instead of var BOSH_SERVICE = 'http://localhost/http-bind' use var BOSH_SERVICE = 'http://localhost/http-bind/' watch out for slash at the end
View ArticleRe: Is there some documentation?
Well well, I just created an IQHandler and I can see that I receive my request and can answer to it :-D I'm quite happy as the document on that matter is outdated and not good (Eclipse 3.3, jdk5,...
View ArticleMultiUserChat.grantAdmin uses incorrect namespace
Accordingly to the XEP-0045 (http://xmpp.org/extensions/xep-0045.html), in sections "10.6. Granting Admin Status" and "10.7. Revoking Admin Status", the use case of "grant admin status" is done using...
View ArticleRoomInfo doesn't contain the room name
The RooomInfo response has this form, accordingly to the XEP-0045 section 6.1 Querying for Room Information <iq from='coven@chat.shakespeare.lit' id='ik3vs715' to='hag66@shakespeare.lit/pda'...
View ArticleRe: MultiUserChat.grantAdmin uses incorrect namespace
Thanks for reporting this. This is because openfire supports an older revision of the MUC XEP and has not been fully updated yet to the latest version. See OF-178
View ArticleRe: MultiUserChat.grantAdmin uses incorrect namespace
Openfire already supports granting/revoking Admin state via the #admin namespace: https://github.com/igniterealtime/Openfire/blob/299f727c502714a4aea4692e40d29f63...
View ArticleRe: RoomInfo doesn't contain the room name
Thanks for reporting SMACK-600 and thanks for your two detailed bug reports!
View Article