Re: Django and Live Chat

2018-04-10 Thread Daniel Ash
If I was going to tackle this, I would use XMPP as the protocol.  If it's 
internal only it will be easier than if there is a requirement to federate 
external to your environment.  Someone already did some of the work for you.
https://github.com/fpytloun/django-xmpp


On Tuesday, April 10, 2018 at 12:53:29 AM UTC-5, Haroon Ahmed wrote:
>
> Hi,
>
> I am using Django 1.9.8 and Python 3.4.4, will upgrade my django to 
> 1.11,
> I want to create Chat functionality in my project, My requirement is 
> that application users can Live chat with Admin users and maintain chat 
> history of each user!
> Please suggest some packages or solution that i can customize 
> according to my requirement!
> 
> Any kind of hep will be appreciated in advance.
>
> Regards,
> Haroon Ahmed
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6115ef29-8777-40a8-9ec8-a4f33140a7e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Django and Live Chat

2018-04-10 Thread Jason
check out django-channels.  but this is a pretty big feature you're looking 
into with lots of extra required infrastructure.

On Tuesday, April 10, 2018 at 1:53:29 AM UTC-4, Haroon Ahmed wrote:
>
> Hi,
>
> I am using Django 1.9.8 and Python 3.4.4, will upgrade my django to 
> 1.11,
> I want to create Chat functionality in my project, My requirement is 
> that application users can Live chat with Admin users and maintain chat 
> history of each user!
> Please suggest some packages or solution that i can customize 
> according to my requirement!
> 
> Any kind of hep will be appreciated in advance.
>
> Regards,
> Haroon Ahmed
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0fde9b51-c4a1-4d27-b56f-8e5917033f82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Django and Live Chat

2018-04-09 Thread Haroon Ahmed
Hi,

I am using Django 1.9.8 and Python 3.4.4, will upgrade my django to 
1.11,
I want to create Chat functionality in my project, My requirement is 
that application users can Live chat with Admin users and maintain chat 
history of each user!
Please suggest some packages or solution that i can customize according 
to my requirement!

Any kind of hep will be appreciated in advance.

Regards,
Haroon Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e0ecc853-c23f-497f-ad4a-49cf3b78fe56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.