Use boundjid.resource fulljid property deprecated.

This commit is contained in:
bittles
2023-01-03 18:00:02 -05:00
parent 6ef44ddb9b
commit 4fb79b7186
+1 -1
View File
@@ -830,7 +830,7 @@ class EcoVacsXMPP(ClientXMPP):
ClientXMPP.__init__(self, "{}@{}/{}".format(user, domain,resource), '0/' + resource + '/' + secret) #Init with resource to bind it
self.user = user
self.domain = domain
self.resource = resource
self.boundjid.resource = resource
self.continent = continent
self.vacuum = vacuum
self.credentials['authzid'] = user