Вопрос

I want to create an XMPP client using google app engine, ie the objective is that any user should be able to use my site as a portal to chat on Gtalk (via XMPP).

I tried using the XMPP library of GAE, but couldn't find a way to send/receive messages using the user's ID instead of the App's Jabber ID. All the documentations are about how to create a gtalk bot (whereas I want to create a site that could be used as a portal to chat).

I was able to create an offline app using python-xmpp which could be used as a portal to chat, but i don't know how to get that onto the GAE server (and if it's possible).

Also, is there any alternative to XMPP to create a gtalk portal using GAE?

Any Help would be appreciated :)

Это было полезно?

Решение

This is not possible - applications on AppEngine can not impersonate other users over XMPP.

Docs clearly state which XMPP addresses can be used.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top