Can 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: Store offline messages without Body
Actually it's fixed in Openfire 3.9.2. See OF-722
View ArticleRe: No response from OpenFire over BOSH
I have it configured as: var BOSH_SERVICE = 'http://localhost:7070'When browsing to that address, I get a http response from OpenFire so I assume it's correct?
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 Articlehello, my question: RoomInfo info = MultiUserChat.getRoomInfo(xmppConnection,...
code:RoomInfo info = MultiUserChat.getRoomInfo(xmppConnection, entry.getJid()); then cast exception! detail exception:java.lang.RuntimeException: java.lang.ClassCastException:...
View ArticleRe: hello, my question: RoomInfo info =...
Do you use aSmack? If so, did you follow the instructions from the README? Otherwise please state your used Smack version.
View ArticleRe: hello, my question: RoomInfo info =...
packet log:11:45:03 AM SNT <iq id="89wxS-10" to="tour_pal1@conference.iward.com" type="get"><query xmlns="http://jabber.org/protocol/disco#info"></query></iq>11:45:03 AM RCV...
View ArticleRe: hello, my question: RoomInfo info =...
Sorry, I notice that there is a language barrier here, but this doesn't answer any of my questions.
View ArticleRe: MultiUserChat.grantAdmin uses incorrect namespace
Thanks for the fix, Flow! Looking forward to the 4.1 release!
View ArticleSome issues related to the XEP-0045 (Multi-User Chat)
I was inspecting the MUC classes in the OF project and noticed some things that are different from XEP-0045 and some things that would be nice to be implemented. 1. Delayed messages Accordingly to the...
View Article