From c7b8ba61ecc9f0102d8bc49c7fda1e65c8631e74 Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Mon, 7 Nov 2011 16:58:33 +1100 Subject: [PATCH] RoomConfig.PasswordHint A hint for the room password. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=42653 --- spec/Channel_Interface_Password.xml | 7 +++++++ spec/Channel_Interface_Room_Config.xml | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+), 0 deletions(-) diff --git a/spec/Channel_Interface_Password.xml b/spec/Channel_Interface_Password.xml index 8aec200..57991aa 100644 --- a/spec/Channel_Interface_Password.xml +++ b/spec/Channel_Interface_Password.xml @@ -29,6 +29,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. called now for the user to join the channel + + + + The RoomConfig1.PasswordHint + contains a hint for the password. + + + + + +

If PasswordProtected is + True, an optional hint for the password.

+ +

On protocols supporting PasswordHint (indicated by its presence + in MutableProperties), + Password and PasswordHint MUST be + set in a single call to + UpdateConfiguration.

+ + + Skype requires that the password and its hint be supplied together. + +
+
+ -- 1.7.5.4