comparison sat/core/core_types.py @ 3679:b02fb5fcaa30

core (core_types): add `jid` to `SatXMPPEntity`
author Goffi <goffi@goffi.org>
date Sun, 26 Sep 2021 16:38:34 +0200
parents f9a5b810f14d
children 722a38e78fd1
comparison
equal deleted inserted replaced
3675:2cbecbb52b72 3679:b02fb5fcaa30
14 # GNU Affero General Public License for more details. 14 # GNU Affero General Public License for more details.
15 15
16 # You should have received a copy of the GNU Affero General Public License 16 # You should have received a copy of the GNU Affero General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 from twisted.words.protocols.jabber import jid as t_jid
20
19 21
20 class SatXMPPEntity: 22 class SatXMPPEntity:
21 pass 23
24 jid: t_jid.JID