mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Implement receive command for JSON-RPC mode
The command returns a list of messages, as soon as the timeout is reached after the last message has been received or the maximum number of messages has been received.
This commit is contained in:
parent
de2bfc7f79
commit
175057e781
2 changed files with 37 additions and 1 deletions
|
@ -605,6 +605,13 @@
|
|||
{"name":"id","parameterTypes":[] }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"org.asamk.signal.commands.ReceiveCommand$ReceiveParams",
|
||||
"allDeclaredFields":true,
|
||||
"queryAllDeclaredMethods":true,
|
||||
"queryAllDeclaredConstructors":true,
|
||||
"methods":[{"name":"<init>","parameterTypes":["java.lang.Double","java.lang.Integer"] }]
|
||||
},
|
||||
{
|
||||
"name":"org.asamk.signal.commands.RegisterCommand$RegistrationParams",
|
||||
"allDeclaredFields":true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue