From 6628f924ba4aefa8f8361ebc252fb225718359c2 Mon Sep 17 00:00:00 2001 From: bt Date: Thu, 4 Jun 2026 17:13:39 +0200 Subject: [common] Add channels list query --- docs/rfc.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) (limited to 'docs/rfc.html') diff --git a/docs/rfc.html b/docs/rfc.html index 373526e..297f593 100644 --- a/docs/rfc.html +++ b/docs/rfc.html @@ -1366,6 +1366,12 @@ SOLEC system.

  • 2.4.9.  Test

    +
  • +
  • +

    2.4.10List

    +
  • +
  • +

    2.4.11ListItem

  • @@ -1623,9 +1629,19 @@ Text is encoded using UTF-8.

    0x08 - History. + History C + + 0x09 + List + CE + + + 0x10 + ListItem + S + 0xFF Test @@ -1981,6 +1997,56 @@ should ignore this kind of payload.¶ +
    +
    +

    +2.4.10. List +

    +

    Request list of channels and users that client can send messages to. Number of retrieved items can be limited using count and offset fields.

    + + + + + + + + + + + + + + + + + + +
    Table 13
    TypeName
    int64count
    int64offset
    +
    +
    +
    +
    +

    +2.4.11. ListItem +

    +

    ListItem is send as a reply to List request. Multiple list items are sent in separate payloads.

    + + + + + + + + + + + + + + +
    Table 14
    TypeName
    stringaddress
    +
    +
    -- cgit v1.2.3