comparison sat/core/core_types.py @ 3812:722a38e78fd1

core (types): add `is_component` to `SatXMPPEntity`
author Goffi <goffi@goffi.org>
date Wed, 29 Jun 2022 10:14:14 +0200
parents b02fb5fcaa30
children 8289ac1b34f4
comparison
equal deleted inserted replaced
3811:24fbc4cad534 3812:722a38e78fd1
20 20
21 21
22 class SatXMPPEntity: 22 class SatXMPPEntity:
23 23
24 jid: t_jid.JID 24 jid: t_jid.JID
25 is_component: bool