Mercurial > prosody-modules
view mod_http_dir_listing/http_dir_listing/resources/template.html @ 3498:69219097aa85
muc_notifications: notify non-present members of new messages
This module, in the event of a new message in a Group Chat, will
generate a notification for each of those members not present at that
time in the Group Chat
| author | marc0s <marcos.devera@quobis.com> |
|---|---|
| date | Fri, 29 Mar 2019 17:03:05 +0100 |
| parents | b21236b6b8d8 |
| children |
line wrap: on
line source
<html> <head> <title>Index of {path}</title> <meta charset="utf-8"/> <style>{style}</style> </head> <body> <h1>Index of {path}</h1> {filelist} <footer>{footer}</footer> </body> </html>
