mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
added createSession and getSessionInfo
This commit is contained in:
parent
f01906d815
commit
4b48380a2f
4 changed files with 296 additions and 10 deletions
|
@ -43,9 +43,9 @@ var functions = {
|
|||
"createGroupPad" : ["groupID", "padName", "text"],
|
||||
"createAuthor" : ["name"],
|
||||
"getMappedAuthor4" : ["authorMapper" , "name"],
|
||||
// "createSession" : ["groupID", "authorID", "validUntil"],
|
||||
"createSession" : ["groupID", "authorID", "validUntil"],
|
||||
// "deleteSession" : ["sessionID"],
|
||||
// "getSessionInfo" : ["sessionID"],
|
||||
"getSessionInfo" : ["sessionID"],
|
||||
// "listSessionsOfGroup" : ["groupID"],
|
||||
// "listSessionsOfAuthor" : ["authorID"],
|
||||
// "deleteAllSessionsOfGroup" : ["groupID"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue