changeset 4131:c38c33a44171

core (types): add `is_admin` to `SatXMPPEntity`
author Goffi <goffi@goffi.org>
date Wed, 18 Oct 2023 15:33:24 +0200
parents 02f0adc745c6
children 8e5333f1b430
files libervia/backend/core/core_types.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libervia/backend/core/core_types.py	Mon Oct 16 17:29:31 2023 +0200
+++ b/libervia/backend/core/core_types.py	Wed Oct 18 15:33:24 2023 +0200
@@ -29,6 +29,7 @@
 
     profile: str
     jid: t_jid.JID
+    is_admin: bool
     is_component: bool
     server_jid: t_jid.JID
     IQ: Callable[[Optional[str], Optional[int]], xmlstream.IQ]