Mercurial > prosody-modules
view mod_pubsub_summary/README.md @ 6515:ff55e93be449
mod_http_oauth2: Normalize username in password grant
Otherwise authentication may fail if provided a non-normalized username
Introduced in c1b94dd6e53b
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 08 Apr 2026 23:08:39 +0200 |
| parents | ce11c217704a |
| children |
line wrap: on
line source
Module that generates a nicer text version of Atom feeds, meant for use with [mod_pubsub_feeds] and [mod_pubsub_text_interface]. It extracts title, content and links from entries, does a crude conversion of HTML to [XEP-0393: Message Styling] and formats a text version like this: > \***Example Post Title**\* > > Lorem ipsum dolor sit amet. > > https://blog.example.com/example-post
