We are doing something similar to a social network with multiple plataforms (encyclopedia, dictionary, forums, rol system and so much more, all this multilanguage). And now we need to create a chat. A chat similar to Facebooks chat or Google Talk and mixed with IRC... Chatrooms, private (person 2 person) chat and group chat is what we need.
I tried with websockets, but my boss told me that he prefers to use Jabber/XMPP, and now Im investigating how it works. Now I just can do a simple client, but I need help with the server and the web2py integration. Thats all. I cannot find simple documentation, and for that reason I need help. Thanks for all. El miércoles, 30 de mayo de 2012 00:49:56 UTC+2, Román Torres escribió: > > Hi everybody. > > Im on a big project, and now I need to do a chat on web2py (with python > and XMPP). I cant find any documentation or reference to understand it. > > I need some help to know how I do my own server (without installing things > like Apache if its possible, because my web2py page is working with > Rocket), how to do my own client. > > Can anyone guide me a bit? > > Thanks. >

