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 >

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.

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

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/l

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] h

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 gl

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