view mod_private_adhoc/README.markdown @ 4869:c3bf568e3977

mod_http_xep227: Initialize XEP-0227 XML mod_storage_xep0227 only writes if there is XML already for a user (it uses the presence of an existing <user> element as an indicator that an account exists, although technically this is not something Prosody itself does, so it's a little weird).
author Matthew Wild <mwild1@gmail.com>
date Sat, 15 Jan 2022 14:25:27 +0000
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,.. ).