added listSessionsOfGroup and listSessionsOfAuthor

This commit is contained in:
Peter 'Pita' Martischka 2011-08-09 20:14:32 +01:00
parent 4b48380a2f
commit dbf9dc6dfb
4 changed files with 89 additions and 90 deletions

View file

@ -46,10 +46,8 @@ var functions = {
"createSession" : ["groupID", "authorID", "validUntil"],
// "deleteSession" : ["sessionID"],
"getSessionInfo" : ["sessionID"],
// "listSessionsOfGroup" : ["groupID"],
// "listSessionsOfAuthor" : ["authorID"],
// "deleteAllSessionsOfGroup" : ["groupID"],
// "deleteAllSessionsOfAuthor" : ["authorID"],
"listSessionsOfGroup" : ["groupID"],
"listSessionsOfAuthor" : ["authorID"],
"getText" : ["padID", "rev"],
"setText" : ["padID", "text"],
"getRevisionsCount" : ["padID"],