Mercurial > xmpp-account-manager
diff index.xhtml @ 35:084202870d76
Add nickname access model configuration.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 23 Dec 2018 21:41:32 +0100 |
parents | 15666446c791 |
children | 44ebcf732706 |
line wrap: on
line diff
--- a/index.xhtml +++ b/index.xhtml @@ -68,6 +68,13 @@ <p> Enter your nickname, so people you know can recognize you. </p> +<p> +<label>Who can see your nickname?<br/> +<select id="nick-access"> +<option value="open">Anyone (pick this if you use public groupchats)</option> +<option value="presence">Only your contacts</option> +</select></label> <img width="24" height="24" id="nick-access-spinner" hidden=""/> +</p> </div> </div>