diff plugins/mod_roster.lua @ 14203:0ff587d7c742 13.0

rostermanager, mod_roster: Include 'approved' attribute in roster items (thanks singpolyma)
author Matthew Wild <mwild1@gmail.com>
date Wed, 11 Feb 2026 15:36:28 +0000
parents d00409d2329f
children
line wrap: on
line diff
--- a/plugins/mod_roster.lua	Wed May 27 14:56:59 2026 +0100
+++ b/plugins/mod_roster.lua	Wed Feb 11 15:36:28 2026 +0000
@@ -48,6 +48,7 @@
 					roster:tag("item", {
 						jid = jid,
 						subscription = item.subscription,
+						approved = item.approved,
 						ask = item.ask,
 						name = item.name,
 					});