]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/Commands.java
Implement startLink and finishLink for jsonrpc daemon
[signal-cli] / src / main / java / org / asamk / signal / commands / Commands.java
index 5d637eee0c9833f18ea133bae4c38cb003c42e29..a3c4a863eb927ef075528b8fa2edea619cc82ec5 100644 (file)
@@ -13,10 +13,12 @@ public class Commands {
         addCommand(new AddDeviceCommand());
         addCommand(new BlockCommand());
         addCommand(new DaemonCommand());
+        addCommand(new FinishLinkCommand());
         addCommand(new GetUserStatusCommand());
         addCommand(new JoinGroupCommand());
         addCommand(new JsonRpcDispatcherCommand());
         addCommand(new LinkCommand());
+        addCommand(new ListAccountsCommand());
         addCommand(new ListContactsCommand());
         addCommand(new ListDevicesCommand());
         addCommand(new ListGroupsCommand());
@@ -35,10 +37,12 @@ public class Commands {
         addCommand(new SendTypingCommand());
         addCommand(new SetPinCommand());
         addCommand(new SubmitRateLimitChallengeCommand());
+        addCommand(new StartLinkCommand());
         addCommand(new TrustCommand());
         addCommand(new UnblockCommand());
         addCommand(new UnregisterCommand());
         addCommand(new UpdateAccountCommand());
+        addCommand(new UpdateConfigurationCommand());
         addCommand(new UpdateContactCommand());
         addCommand(new UpdateGroupCommand());
         addCommand(new UpdateProfileCommand());