From c04c73a4df223c8c2b2b42ed482fc0181948e6ea Mon Sep 17 00:00:00 2001 From: bt Date: Sat, 16 May 2026 18:34:07 +0200 Subject: Update docs --- docs/rfc.html | 59 +++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 49 insertions(+), 10 deletions(-) (limited to 'docs/rfc.html') diff --git a/docs/rfc.html b/docs/rfc.html index 3452389..b760565 100644 --- a/docs/rfc.html +++ b/docs/rfc.html @@ -1220,7 +1220,7 @@ li > p:last-of-type:only-child { bt -Expires 4 November 2026 +Expires 17 November 2026 [Page] @@ -1233,12 +1233,12 @@ li > p:last-of-type:only-child {
SOLEC
Published:
- +
Intended Status:
Experimental
Expires:
-
+
Author:
@@ -1274,7 +1274,7 @@ SOLEC system.

time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."

- This Internet-Draft will expire on 4 November 2026.

+ This Internet-Draft will expire on 17 November 2026.

-
+
-

-2.4.8. Test +

+2.4.8. GetHistory

-

Test payload is used for encoder and decoders testing. Clients and servers -should ignore this kind of payload.

+

Read messages previously send to a specific channel. User has to member of the channel to perform this action. since field specifies start of time range for which history should be retrieved. count specifes how many messages should be returned in a single response. GetHistory is a locking sequence and it cannot be cancelled while in progress so count should be set relatively low. To get more messages use multiple requests with incremented offset.

+

Response is just a sequence of Message. Client should use Timestamp field of a Message to show them in corrent order.

+ + + + + + + + + + + + + + + + + + + + + + + + +
Table 11
TypeName
stringchannel_name
timestampsince
int64count
int64offset
+
+
+
+
+

+2.4.9. Test +

+

Test payload is used for encoder and decoders testing. Clients and servers +should ignore this kind of payload.

+ + -- cgit v1.2.3
Table 12
Type