Pregunta

We are developing web application to manage associations, that is we have multiple associations and we should be able to create 1 room (or group) per association and programmatically log users on the room so they cannot pretend to be other person. Web application is being developed using GWT. We don't want to maintain our own xmpp server so the question is: is above possible with one of public services here http://xmpp.org/resources/public-services/ ? Sorry if it is dumb question, i am fairly new to IM/XMPP.

¿Fue útil?

Solución

The Multi-user-Chat-over-XMPP standard supports password-protected chat rooms (i.e., you need a secret to join) and members-only chat rooms, either of which would be what you're after, but I don't know whether any of the listed services actually allows you to create them. I'd imagine that public servers would want to be rather careful with such things given the potential to use them for malicious purposes.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top