diff --git a/src/node/handler/APIHandler.js b/src/node/handler/APIHandler.js index 9bffa2bcc..be14daa86 100644 --- a/src/node/handler/APIHandler.js +++ b/src/node/handler/APIHandler.js @@ -68,7 +68,9 @@ var version = , "isPasswordProtected" : ["padID"] , "listAuthorsOfPad" : ["padID"] , "padUsersCount" : ["padID"] - , "getAuthorName" : ["authorID"] + } +, "1.1": + { "getAuthorName" : ["authorID"] , "padUsers" : ["padID"] , "sendClientsMessage" : ["padID", "msg"] }