# HG changeset patch # User Kim Alvefur # Date 1609598295 -3600 # Node ID 4bba01ce2f983286cfc4a81b0a4a6582624a5aaa # Parent 87e250409998a6777aeac16c5a1a24adf00f7ef0 mod_pastebin: Document tresholds inclusion in disco#info diff -r 87e250409998 -r 4bba01ce2f98 mod_pastebin/README.markdown --- a/mod_pastebin/README.markdown Sat Jan 02 15:28:45 2021 +0100 +++ b/mod_pastebin/README.markdown Sat Jan 02 15:38:15 2021 +0100 @@ -44,6 +44,36 @@ or you can forward another external URL from your web server to Prosody, use `pastebin_url` to set that URL. +# Discovery + +The line and character tresholds are advertised in +[service discovery][xep-0030] like this: + +``` {.xml} + + + + + + + + http://jabber.org/protocol/muc#roominfo + + + Prosŏdy IM Chatroom + + + + 12 + + + 1584 + + + + +``` + # Configuration Option Description