Hello!
I want to create an application which comunicates with a jabber server. The
application must be build on GAE (Google App Engine) platform, preferably in
Python. The messages sent to the server are completely transparent to the
user, the user just presses buttons and stuff ;).
I think that the GAE application is the client in a typical BOSH
architecture.
My problem is that I don't think I can use a connection manager already
built like punjab or araneo. As far as I know they are not compatible with
GAE platform. So, do you know a connection manager I can use? Or how to
adapt a connection manager already built so it can work on GAE?
Thanks a lot,
Sorin

Reply via email to