Re: 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 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 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 ArticleRe: multi-logins per workgroups
Copy fastpath.jar and past as fastpath1.jar in same location under spark plugins folder , Then you can get two fastpath Tab were we can able to login to multi workgroup simultanioulsy , But there is...
View ArticleRe: multi-logins per workgroups
I gave up trying to get fastpath to work the way we'd like it to a couple of years ago.We actualy droped fastpath all together last year.
View ArticleRe: hello, my question: RoomInfo info =...
thanks for everyone!I'v solved this problem, must add this code: ProviderManager pm = ProviderManager.getInstance();pm.addExtensionProvider("x", "jabber:x:data", new DataFormProvider());...RoomInfo...
View ArticleRe: Store offline messages without Body
Thanks for the repsonse CSH, but we are using Openfire 3.9.3 and the messages are not being stored offline. Here is an example of one of the messages we receive. I have a statistics plugin installed...
View ArticleRe: Store offline messages without Body
Hm, it's hard to judge what's happening then. Did you try to include an "dummy" <body> element just to see if it works then?Maybe it's also related to the ghost session issue which was reported...
View ArticleRe: Store offline messages without Body
I'm unable to add the dummy <body> element as I am unable to change the message content due to it being sent to us from a client we are working with. I have tested sending a chat message from...
View Article