Skip to content

Commit

Permalink
Remove mention of "initargs"
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Oct 22, 2024
1 parent c45510e commit d4f0f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lichat.mess
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ A server or client may provide extensions to the protocol in the following manne
- **Additional Update Types**
If such an update is sent to a client that does not recognise it, it should be ignored. If such an update is sent to a server that does not recognise it, the server will respond with an ``invalid-update``.
- **Additional Update Fields**
A client or server may extend the existing update classes with additional, optional fields to provide further information or other kinds of behaviour. The server or client is not allowed to introduce additional required fields. When an update with unknown initargs is received, the unknown initargs are to be ignored. An extension may only add existing, well-specified initargs in keyword form (``:text``, ``:channel``, ``:target``, ``:update-id``). Other additional initargs must be symbols from an extension-owned package.
A client or server may extend the existing update classes with additional, optional fields to provide further information or other kinds of behaviour. The server or client is not allowed to introduce additional required fields. When an update with unknown fields is received, the unknown fields are to be ignored. An extension may only add existing, well-specified fields in keyword form (``:text``, ``:channel``, ``:target``, ``:update-id``). Other additional fields must be symbols from an extension-owned package.
- **Additional Constraints**
An extension may introduce additional constraints and restrictions on whether existing updates are considered valid.
- **Additional User Attributes**
Expand Down

0 comments on commit d4f0f7d

Please sign in to comment.