Re: Python IM server

2014-04-01 Thread Tamer Higazi
Take Twisted!
twistedmatrix has all you need!

Am 31.03.2014 13:03, schrieb Wesley:
> Hi all,
>   I want to develop a instant message server, simply has user and group 
> entity.
> 
> Is there any better existing open-source one?
> Thus I can download and have a look.
> 
> Thanks.
> Wesley
> 

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Python IM server

2014-04-01 Thread Wesley
在 2014年4月1日星期二UTC+8下午1时06分17秒,Miki Tebeka写道:
> >   I want to develop a instant message server, simply has user and group 
> > entity.
> 
> > Is there any better existing open-source one?
> 
> > Thus I can download and have a look.
> 
> You can take a look at Twisted Words 
> (https://twistedmatrix.com/trac/wiki/TwistedWords).

Have you tried this before?
I just have a look. Seems most samples are just for bot.

I have scenarios that user-to-user and user talking in group.
So, for the IM server side, may need store some infomation in database,store 
messages not sent to user .etc
Seems twisted words is high wrapped, we still need to develop lots of things.

Wesley
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Python IM server

2014-03-31 Thread David Hutto
hint:
Tkinter
server db
update the tkinter apps, with the new data, after moving a line down


On Tue, Apr 1, 2014 at 1:06 AM, Miki Tebeka  wrote:

> >   I want to develop a instant message server, simply has user and group
> entity.
> > Is there any better existing open-source one?
> > Thus I can download and have a look.
> You can take a look at Twisted Words (
> https://twistedmatrix.com/trac/wiki/TwistedWords).
> --
> https://mail.python.org/mailman/listinfo/python-list
>



-- 
Best Regards,
David Hutto
*CEO:* *http://www.hitwebdevelopment.com *
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Python IM server

2014-03-31 Thread Miki Tebeka
>   I want to develop a instant message server, simply has user and group 
> entity.
> Is there any better existing open-source one?
> Thus I can download and have a look.
You can take a look at Twisted Words 
(https://twistedmatrix.com/trac/wiki/TwistedWords).
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Python IM server

2014-03-31 Thread Wesley
在 2014年3月31日星期一UTC+8下午8时37分32秒,Lutz Horn写道:
> Hi,
> 
> 
> 
> >   I want to develop a instant message server, simply has user and 
> 
> > group entity.
> 
> > 
> 
> > Is there any better existing open-source one?
> 
> 
> 
> Take a look at XMPP[0]. There are some Python libraries[1].
> 
> 
> 
> [0] https://en.wikipedia.org/wiki/XMPP
> 
> [1] http://xmpp.org/xmpp-software/libraries/
> 
> 
> 
> -- 
> 
> Opt out of global data surveillance programs like PRISM, XKeyscore and 
> 
> Tempora.
> 
> https://prism-break.org

I am looking at telepathy, empathy.
Currently instant message is urgent, but needs voice/video call in the future.

For instant message, I have user-to-user and user-to-group cases. 
Don't know if it suits well.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Python IM server

2014-03-31 Thread Lutz Horn

Hi,

  I want to develop a instant message server, simply has user and 
group entity.


Is there any better existing open-source one?


Take a look at XMPP[0]. There are some Python libraries[1].

[0] https://en.wikipedia.org/wiki/XMPP
[1] http://xmpp.org/xmpp-software/libraries/

--
Opt out of global data surveillance programs like PRISM, XKeyscore and 
Tempora.

https://prism-break.org
--
https://mail.python.org/mailman/listinfo/python-list


Python IM server

2014-03-31 Thread Wesley
Hi all,
  I want to develop a instant message server, simply has user and group entity.

Is there any better existing open-source one?
Thus I can download and have a look.

Thanks.
Wesley
-- 
https://mail.python.org/mailman/listinfo/python-list