On Jul 2, 3:53 am, Ivan Uemlianin <i...@llaisdy.com> wrote:
> Dear All
>
> I am looking into using or developing a chat application for Django,
> for use in a social networking website based on the Pinax Django
> "distribution".
>
> I have searched for django-based chat applications and found very
> little.  Below I list briefly what I've found.  Please could anyone
> let me know if I've missed any significant projects.

Are you looking for a multi-user chatroom, or private chat?  I'm
guessing you want the first, but you included a jabber client in there
as well, which, to my knowledge, only supports 1-to-1 conversations.

The approach I've seen for most sites is to have a web interface to an
irc room, so that you can chat without having an irc client, or with
one, if you prefer.  I know that Rizon just announced an embeddable
client for their network, and a quick google finds all sorts of
different embeddable clients.  What specifically do you need Django-
integration for, as opposed to a standard java/javascript embeddable
thingamajig?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to