feat: Display incoming reports (XEP-0377)

Servers might forward incoming reports to admins. So we need to display
them so they can react upon it.
This commit is contained in:
Michael Vetter
2026-03-19 10:54:38 +01:00
parent 446f28ac31
commit 93918a20d1
3 changed files with 68 additions and 0 deletions

View File

@@ -12,5 +12,6 @@
void blocking_request(void);
int blocked_set_handler(xmpp_stanza_t* stanza);
int reporting_set_handler(xmpp_stanza_t* stanza);
#endif