[web2py] XMPP chat client

2011-08-16 Thread Fernando Macedo
to get this working? Can anyone suggest me the first steps or some reference? I've also googled it, but I don't know much about de xmpp protocol itself. Thanks in advance, Fernando Macedo "Somos o que repetidamente fazemos; a excelência, portanto, não é um feito, mas sim um hábito!" - Aristóteles

[web2py] Re: XMPP chat client

2011-08-17 Thread Fernando Macedo
Thanks Massimiliano! Great reference! On Aug 17, 4:40 am, Massimiliano wrote: > Take a look if that can help you. > > http://thp.io/2007/python-jabberbot/ > > > > > > > > > > On Tue, Aug 16, 2011 at 9:52 PM, Fernando Macedo wrote: > > Hello all, >

[web2py] web2py does not start as windows service

2012-05-15 Thread Fernando Macedo
ate = 'ssl_certificate.pem' # ## path to certificate >file >23. #ssl_private_key = 'ssl_private_key.pem' # ## path to private key >file >24. #numthreads = 50 # ## deprecated; remove >25. minthreads = None >26. maxthreads = None >27. server_name = socket.gethostname() >28. request_queue_size = 5 >29. timeout = 30 >30. shutdown_timeout = 5 >31. folder = os.getcwd() >32. extcron = None >33. nocron = None > > Any adeas? Thanks in advance, Fernando Macedo