mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-10 15:47:30 +01:00
Document the mod_muc 2.1.x mnesia tables (EJAB-1372)
This commit is contained in:
parent
c73aeca393
commit
4689b0d861
@ -26,6 +26,16 @@
|
||||
|
||||
%%% Database schema (version / storage / table)
|
||||
%%%
|
||||
%%% 2.1.x / mnesia / muc_online_room
|
||||
%%% name_host = {Name::string(), Host::string()}
|
||||
%%% pid = pid()
|
||||
%%% 2.1.x / mnesia / muc_registered
|
||||
%%% us_host = {{Username::string, Hostname::string()}, Host::string()}}
|
||||
%%% nick = string()
|
||||
%%% 2.1.x / mnesia / muc_room
|
||||
%%% name_host = {Name::string(), Host::string()}
|
||||
%%% opts = [{Option::atom(), Value::any()}
|
||||
%%%
|
||||
%%% 3.0.0-alpha / mnesia / muc_online_room
|
||||
%%% name_host = {Name::binary(), Host::binary()}
|
||||
%%% pid = pid()
|
||||
|
Loading…
Reference in New Issue
Block a user