Open keldwud opened 3 years ago
It looks like prosody and xmpp both support moderation tools. Should just be a matter of identifying the appropriate calls and mapping them to the front end
https://prosody.im/doc/admins https://xmpp.org/extensions/xep-0425.html https://xmpp.org/extensions/xep-0133.html#disable-user https://xmpp.org/extensions/xep-0133.html#edit-blacklist https://prosody.im/doc/modules/mod_muc_mam https://xmpp.org/extensions/xep-0313.html persistent chat logs https://modules.prosody.im/mod_ipcheck.html can this discover a guest's IP?? guest has IP in other places anyway, so it's not a big deal if it doesn't https://modules.prosody.im/mod_muc_ban_ip.html
https://conversejs.org/docs/html/features.html#moderating-chatrooms
It looks like prosody and xmpp both support moderation tools. Should just be a matter of identifying the appropriate calls and mapping them to the front end
https://prosody.im/doc/admins https://xmpp.org/extensions/xep-0425.html https://xmpp.org/extensions/xep-0133.html#disable-user https://xmpp.org/extensions/xep-0133.html#edit-blacklist https://prosody.im/doc/modules/mod_muc_mam https://xmpp.org/extensions/xep-0313.html persistent chat logs https://modules.prosody.im/mod_ipcheck.html can this discover a guest's IP?? guest has IP in other places anyway, so it's not a big deal if it doesn't https://modules.prosody.im/mod_muc_ban_ip.html