sylae / ligrev

XMPP MUC Utility bot
GNU General Public License v3.0
2 stars 1 forks source link

Send event logs using XEP-0337 #55

Closed sylae closed 7 years ago

sylae commented 8 years ago

http://xmpp.org/extensions/xep-0337.html

Monolog makes it trivial to log to multiple sources. One such source could be a method to send log info over XMPP itself using XEP-0337.

Receiving them is another story but isn't really Ligrev's problem. Possible options are a lightweight JAXL client--copy-pasting most of Ligrev's code, or perhaps a modified version of Cadence.

sylae commented 8 years ago

Seems to work. Just need to add it to service discovery, and let it sit in production for a bit to let any issues pop up.