ichthyx

Results 6 comments of ichthyx

Hello, added omemo support here https://github.com/ichthyx/prometheus-xmpp-alerts I'll do a pr when I have time

It's on my todo list but for now I lack of time sorry. If you in a hurry, you can get a working version in some branch, but code was...

@jelmer is master supposed to work? I have a bunch of error like ``` help=argparse.HIDDEN) ^^^^^^^^^^^^^^^ AttributeError: module 'argparse' has no attribute 'HIDDEN' ``` ``` UnboundLocalError: cannot access local variable...

@jelmer with latest master if curl http://127.0.0.1:9199/test ``` Traceback (most recent call last): File "/home/user/DEV/xmppprom/venv/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 462, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/DEV/xmppprom/venv/lib/python3.12/site-packages/aiohttp/web_app.py", line 537, in _handle...

>it seems this function ignores mto completely if self.muc is set, which is confusing; cam we just pass in self.muc_jid ? Yeah I should review this, probably got a bit...

Hello, added muc support here https://github.com/ichthyx/prometheus-xmpp-alerts I'll do a pr when I have time