No Password in MUC invitiation?

Hi,

is it possible that an invitation created by a MUC object does forget to transmit the password ?

The room is configured with a password but when someone else is invited no password is transmitted.

chat.multiUserChat.invite(buddy,“Come to this room”);

Joachim

Hey Joachim,

When Smack sends an invitation, the invitation is actually being sent to the room. The room will then forward the invitation to the invitee adding a password if the room is password-protected.

If the room is password-protected and it’‘s not adding the password to the invitation then I’'d recommend contacting the people that implemented MUC on the server side.

Regards,

– Gato

Thx,

your reply saves me a lot of time. It also explains why the client Exodus makes the same error.