changeset 3812:722a38e78fd1

core (types): add `is_component` to `SatXMPPEntity`
author Goffi <goffi@goffi.org>
date Wed, 29 Jun 2022 10:14:14 +0200
parents 24fbc4cad534
children 1a10b8b4f169
files sat/core/core_types.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sat/core/core_types.py	Fri Jun 17 18:25:55 2022 +0200
+++ b/sat/core/core_types.py	Wed Jun 29 10:14:14 2022 +0200
@@ -22,3 +22,4 @@
 class SatXMPPEntity:
 
     jid: t_jid.JID
+    is_component: bool