added deleteSession

This commit is contained in:
Peter 'Pita' Martischka 2011-08-10 14:04:28 +01:00
parent dc15682a27
commit f6b87daa27
2 changed files with 71 additions and 7 deletions

View file

@ -44,7 +44,7 @@ var functions = {
"createAuthor" : ["name"],
"createAuthorIfNotExistsFor" : ["authorMapper" , "name"],
"createSession" : ["groupID", "authorID", "validUntil"],
// "deleteSession" : ["sessionID"],
"deleteSession" : ["sessionID"],
"getSessionInfo" : ["sessionID"],
"listSessionsOfGroup" : ["groupID"],
"listSessionsOfAuthor" : ["authorID"],