chatroom Questions
2
I want to implement Group Chat in my application, for that purpose i am using MUC chat rooms to implement the same.
Here I want to add a list of members( i have the JID's) to the room.
I want to a...
Promptbook asked 31/12, 2012 at 6:3
2
I have a chat application which is working privately.My implementation is :
1-A user come to another user profile page and write a message. After this I am creating a room for this conversation.
...
4
Solved
I am planning to create a chat application, and I've read that SignalR is one of the best technologies to apply.
I've seen examples of it, but they only have a single chat room.
I want to have mu...
Shamrao asked 24/6, 2012 at 5:21
2
I'm trying to learn how to use WebSockets and Akka using the Chat example in the Play for Scala book.
In the book, there is one "ChatRoom" being created, and that's instantiated in the Chat contro...
Fact asked 3/4, 2014 at 10:6
3
Solved
def join(username: String): scala.concurrent.Future[(Iteratee[JsValue, _], Enumerator[JsValue])] = {
println("friend name in model" + username)
val first = Akka.system.actorOf(Props[ChatRoom2], n...
Ger asked 3/4, 2014 at 7:28
7
i'm setting up a chat system for my niche social site and have decided on ejabberd for the server side, but i cannot find any decent web-based ajax clients. most seem to be abandoned years ag...
2
Solved
I'm working on a chat application which I would love to use a SQL db for.
My problem is, after a few google searches, i have people telling me from one site, that using a DB would be much slower t...
3
Solved
I wonder if there is a way to query the XMPP server (passing user JID?) to find out what chat room(s) this user is currently in? If not, can we query jabber server to get a list of all active chat ...
3
Solved
I'm looking to create a high-traffic chat website, possibly with video streaming with some image manipulation happening on the server.
Scanning over the Channel API (http://code.google.com/appeng...
Carthy asked 29/3, 2011 at 4:31
1
© 2022 - 2024 — McMap. All rights reserved.