From d2d5a3778c193b35e92347a5ee80db1e6a17f1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Wed, 21 Aug 2019 18:00:16 +0200 Subject: DiscoInfo: Rename attribute --- nbxmpp/structs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nbxmpp/structs.py') diff --git a/nbxmpp/structs.py b/nbxmpp/structs.py index 7d9ed13..ec33853 100644 --- a/nbxmpp/structs.py +++ b/nbxmpp/structs.py @@ -200,7 +200,7 @@ class DiscoInfo(namedtuple('DiscoInfo', 'stanza identities features dataforms ti return False @property - def muc_name(self): + def muc_identity_name(self): for identity in self.identities: if identity.category == 'conference': return identity.name -- cgit v1.2.3