mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
mod_private: Document that it supports XEP-0402 now
This commit is contained in:
parent
f75909db4c
commit
80d1e36542
@ -124,7 +124,11 @@ mod_doc() ->
|
||||
"might be anything, as long as it is a valid XML. "
|
||||
"One typical usage is storing a bookmark of all user's conferences "
|
||||
"(https://xmpp.org/extensions/xep-0048.html"
|
||||
"[XEP-0048: Bookmarks]).")],
|
||||
"[XEP-0048: Bookmarks])."), "",
|
||||
?T("It also implements the bookmark conversion described in "
|
||||
"https://xmpp.org/extensions/xep-0402.html[XEP-0402: PEP Native Bookmarks]"
|
||||
", see the command "
|
||||
"https://docs.ejabberd.im/developer/ejabberd-api/admin-api/#bookmarks-to-pep[bookmarks_to_pep].")],
|
||||
opts =>
|
||||
[{db_type,
|
||||
#{value => "mnesia | sql",
|
||||
|
Loading…
Reference in New Issue
Block a user