You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Евгений Лиукконен <ev...@gmail.com> on 2010/07/05 12:50:04 UTC

XMPP protected rooms

 Hello.



With Camel I can get a user-to-user and chat connections. Is it possible to
connect protected chat rooms?



Documentation describes "password" option, but it corresponds only to user,
not to room. As I can see, camel-xmpp source code has no password checks
(multi-user chats joined with null argument "password") for both
XmppGroupChatProduce and XmppConsumer.



Is it right that current release has no support for protected rooms yet, or
have I missed something?