Mercurial > prosody-modules
view mod_private_adhoc/README.markdown @ 4911:a8e9949a6ad2
mod_bookmarks2: Ignore failure to delete nothing (thanks Ge0rG)
Attempting to delete all bookmarks when the bookmarks node does not even
exist logged a fairly harmless error that we now ignore.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 24 Mar 2022 14:56:30 +0100 |
parents | 4d73a1a6ba68 |
children |
line wrap: on
line source
--- summary: Retrieve private XML data via adhoc command ... Introduction ------------ This is a very simple module which implements an adhoc commant toretrieves the users private XML data. Details ------- Simple module which adds the adhoc command "Query private data" and will return the users private XML data (typically muc bookmarks,.. ).