문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top