xmpp4r Questions
3
Solved
In my chat application I want to get all online registered users. So everybody and not only people in my roster which is achieved with this code:
- (void)xmppStream:(XMPPStream *)sender didReceive...
Noguchi asked 20/8, 2013 at 17:1
1
I am using ruby xmpp4r library to implement multi user group chat application with openfire server. I have created chat room on openfire server successfully. If user joins into chat room with openf...
Cleanse asked 1/2, 2013 at 13:1
1
I am trying to get openfire multi user group chat history using ruby xmpp4r library with openfire server. I am able to frame the request but I am not getting the server reply.
Below is the discove...
Jennyjeno asked 26/12, 2012 at 13:22
3
For the XMPP interface for the Stack Overflow chat, I am currently taking the HTML of the chat messages and converting to valid XML, and setting that as the html child element of the XMPP message o...
4
Solved
As some of you make know, I'm working on XMPP (Jabber) integration for the StackOverflow chat system, as an XMPP component written in Ruby using the xmpp4r package.
I'm struggling with one issue (...
1
© 2022 - 2024 — McMap. All rights reserved.