This commit is contained in:
Marcel Klehr 2012-09-13 07:20:23 -07:00
commit faaad77953

View file

@ -68,7 +68,9 @@ var version =
, "isPasswordProtected" : ["padID"]
, "listAuthorsOfPad" : ["padID"]
, "padUsersCount" : ["padID"]
, "getAuthorName" : ["authorID"]
}
, "1.1":
{ "getAuthorName" : ["authorID"]
, "padUsers" : ["padID"]
, "sendClientsMessage" : ["padID", "msg"]
}