jabber chat application

92 views
Skip to first unread message

Milan Andric

unread,
Aug 6, 2008, 12:36:56 PM8/6/08
to django-hotclub
Hi, folks I was interested in trying to write a chat application that
supports group chat and would allow people to login to a site and chat
with one or more "friends" at a time. Does anyone have ideas about
that or some good links to existing code? I'm just in the planning
phases and looking for input. From what I hear, Jabber/XMPP is the
way to go.

Thanks!!

--
Milan
http://m.andric.us/

James Tauber

unread,
Aug 6, 2008, 8:46:14 PM8/6/08
to django-...@googlegroups.com

I would definitely love to see this in Pinax.

I'm not an expert at this sort of thing but I did find this which is
of interest:

http://technophiliac.wordpress.com/2008/05/28/ever-wondered-how-gmailfacebook-chat-works/

James

proteusguy

unread,
Aug 7, 2008, 4:51:47 AM8/7/08
to django-hotclub
We're building such a system right now. Jabber is a stronger solution
than irc and is the direction we are going but that's really just the
backend unless you plan to implement a jabber protocol client in
javascript for your browser. Instead we are using Orbited for a Comet-
like async http connection from the browser with Orbited providing a
Jabber (and irc if you want that instead) client on the server to talk
to the actual chat server environment on behalf of the web browser.

-- Ben Scherrey
http://proteus-tech.com

Milan Andric

unread,
Aug 7, 2008, 9:41:13 AM8/7/08
to django-...@googlegroups.com
Hey Ben,

Got a little confused. So essentially your architecture is this? :

Javascript (Orbited) <---socket---> Jabberd

I looked at the Orbited demo and the chatroom is quite nice. But the
gmail interface where you click on a friend to start a chat with them,
or invite friends to an existing chat window is also useful.

--
Milan

Reply all
Reply to author
Forward
0 new messages