Add TODO for NoEligibleDevicesException and MissingBundleException

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-02-24 17:28:15 +00:00
parent 75c07a9974
commit 478d56803a
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -166,6 +166,7 @@ class EchoBot(ClientXMPP):
# untrusted/undecided barejid, so we need to make a decision here.
# This is where you prompt your user to ask what to do.
self['xep_0384'].trust(exn.bare_jid, exn.device, exn.ik)
# TODO: catch NoEligibleDevicesException and MissingBundleException
except Exception as exn:
await self.plain_reply(
original_msg,