Adapt to nbxmpp changes

This commit is contained in:
lovetox
2021-02-28 13:36:45 +01:00
parent c689948332
commit d3b4a8a056
8 changed files with 25 additions and 25 deletions

View File

@@ -35,7 +35,7 @@ class PythonGnuPG(gnupg.GPG):
def __init__(self, jid, gnupghome):
gnupg.GPG.__init__(self, gpgbinary='gpg', gnupghome=str(gnupghome))
self._jid = jid.getBare()
self._jid = jid.bare
self._own_fingerprint = None
@staticmethod