Diff

core/features.lua @ 13170:082c7d856e61

core, plugins: Split prosody:user role into prosody:{guest,registered,member} This gives us more granular control over different types of user account. Accounts registered by IBR get assigned prosody:registered by default, while accounts provisioned by an admin (e.g. via prosodyctl shell) will receive prosody:member by default.
author Matthew Wild <mwild1@gmail.com>
date Thu, 29 Jun 2023 15:36:13 +0100
parent 13111:8576f94ac90a
child 13201:65fb0d7a2312
line wrap: on
line diff
--- a/core/features.lua	Thu Jun 29 15:31:46 2023 +0100
+++ b/core/features.lua	Thu Jun 29 15:36:13 2023 +0100
@@ -12,5 +12,8 @@
 		"keyval+";
 
 		"s2sout-pre-connect-event";
+
+		-- prosody:guest, prosody:registered, prosody:member
+		"split-user-roles";
 	};
 };