Re: [web2py] Web2py and XMPP

2012-05-30 Thread Jason Brower
I suppose if your boss said you need to do this project with jabber, but a simple chatting server could be done without xmpp at all. So, what is it you really are trying to do and go from there. BR, Jason On 05/30/2012 12:07 PM, Román Torres wrote: Thanks for the answer! I think that it is goi

Re: [web2py] Web2py and XMPP

2012-05-30 Thread Jason Brower
Yes, something like that if your wanting to setup a xmpp server. That is out side the scope of this conversation. I would take a deaper looking into that server and see how it works. Most likely it's just a headless client and your going to need to use web2py to somehow interface with it. When

Re: [web2py] Web2py and XMPP

2012-05-30 Thread Román Torres
Thanks for the answer! I think that it is going to be so useful to me. But I have a doubt... How I create my own server? I mean... The people dont have to register in Jabber. They need to register into my server, and their JID must be like ro...@myserver.com not ro...@jabber.com. Can I do that wi

Re: [web2py] Web2py and XMPP

2012-05-29 Thread Jason Brower
Your going to need a service running to recording any incoming messages. But this is most likely a good start. http://xmpppy.sourceforge.net/ I have done similar with other technologies. BR, Jason On 05/30/2012 01:49 AM, Román Torres wrote: Hi everybody. Im on a big project, and now I need to

[web2py] Web2py and XMPP

2012-05-29 Thread Román Torres
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