added createSession and getSessionInfo

This commit is contained in:
Peter 'Pita' Martischka 2011-08-09 16:45:49 +01:00
parent f01906d815
commit 4b48380a2f
4 changed files with 296 additions and 10 deletions

View file

@ -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"],