24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Document the mod_muc 2.1.x mnesia tables (EJAB-1372)

This commit is contained in:
Badlop 2011-04-07 23:55:15 +02:00
parent c73aeca393
commit 4689b0d861

View File

@ -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()