mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
MUC: Add Teal description of muc.lib functions
This commit is contained in:
parent
a35dac3a80
commit
bac012d675
1 changed files with 9 additions and 0 deletions
|
@ -161,3 +161,12 @@ local record Room
|
||||||
save : function (Room, forced : boolean, savestate : boolean) : boolean
|
save : function (Room, forced : boolean, savestate : boolean) : boolean
|
||||||
freeze : function (Room, live : boolean) : FrozenRoom, { string : StateEntry }
|
freeze : function (Room, live : boolean) : FrozenRoom, { string : StateEntry }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local record lib
|
||||||
|
new_room : function (jid : string, config : { string : any }) : Room
|
||||||
|
restore_room : function (Room.FrozenRoom, { string : Room.StateEntry }) : Room
|
||||||
|
|
||||||
|
room_mt : metatable
|
||||||
|
end
|
||||||
|
|
||||||
|
return lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue