Since request_sync followed by list_contacts as well as list_groups are working again as expected, the first commit re-enables those requests at startup.
The other commits
change the number to the UUID as account field in most requests (for subscribe this does not seem to work, although the UUID is used for the account in the documentation ),
implement a test for the member error in incoming json message stuctures, and
remove setting version to v1 for individual requests as this is globally done in signald_send_json already.
Since
request_sync
followed bylist_contacts
as well aslist_groups
are working again as expected, the first commit re-enables those requests at startup.The other commits
account
field in most requests (forsubscribe
this does not seem to work, although the UUID is used for theaccount
in the documentation ),error
in incoming json message stuctures, andversion
tov1
for individual requests as this is globally done insignald_send_json
already.