# HG changeset patch # User Kim Alvefur # Date 1635173286 -7200 # Node ID dcafddc31b1c8a262983f95163ab3820a261e33b # Parent b125db92bac66278e20a881bce11dcb9338b411a mod_muc_webchat_url: Add hint of being an URL to form field diff -r b125db92bac6 -r dcafddc31b1c mod_muc_webchat_url/mod_muc_webchat_url.lua --- a/mod_muc_webchat_url/mod_muc_webchat_url.lua Mon Oct 25 16:47:44 2021 +0200 +++ b/mod_muc_webchat_url/mod_muc_webchat_url.lua Mon Oct 25 16:48:06 2021 +0200 @@ -33,6 +33,7 @@ name = "muc#roomconfig_webchat_url", type = "text-single", label = "URL where this room can be joined", + datatype = "xs:anyURI", value = get_webchat_url(room), }); end);