# HG changeset patch # User Goffi # Date 1697636004 -7200 # Node ID c38c33a4417137057f618aee3c8c665d9c0cfea7 # Parent 02f0adc745c6d319d11e09f5dc383a8fdacd4b7a core (types): add `is_admin` to `SatXMPPEntity` diff -r 02f0adc745c6 -r c38c33a44171 libervia/backend/core/core_types.py --- 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]