Nothing
mx_keys_device_signing_upload() publishes Matrix master,
self-signing, and user-signing keys with explicit UIA passthrough.mx_keys_signatures_upload() publishes signatures over device and
cross-signing key objects.mx_room_create() gains creation_content, merged into the
m.room.create event. This is the only way to set properties fixed at
creation and immutable afterwards -- notably type = "m.space", which
makes the room a space. A space cannot be converted from an ordinary
room later, so it has to be requested at creation or not at all.mx_send_event() sends any
event type (e.g. m.room.encrypted), mx_set_state() /
mx_get_state() write and read state events (e.g.
m.room.encryption). Together these are what an external
end-to-end-encryption layer (such as 'mx.client') needs.mx_send_media() uploads a file and posts the
referencing m.room.message, deriving m.image/m.audio/m.video from
the MIME type by default; mx_send_file(), mx_send_image(),
mx_send_audio(), and mx_send_video() fix the msgtype explicitly.
Metadata beyond mimetype and size is caller-supplied; mx.api does not
inspect media files. mx_guess_mime() is now exported, and
mx_media_config() reports the server's upload cap.mx_upload() streams files from disk instead of reading them into
memory, and mx_guess_mime() falls back to octet-stream on unknown
extensions as documented (was NA).mx_error_<ERRCODE> / mx_error) carrying $errcode, $status,
and the parsed $body, so callers can react to specific failures
without parsing message strings. Message text is unchanged.mx_room_invite() (invite into an existing
room), mx_redact() (Matrix deletion), mx_typing() (typing
indicator), and profile helpers mx_profile(),
mx_set_displayname(), mx_set_avatar_url().mx_get_account_data() / mx_set_account_data(),
kept generic (no DM-semantics helpers).mx_devices() lists; mx_delete_device() deletes, passing
any user-interactive auth payload through verbatim.mx_keys_upload(), mx_keys_query(), mx_keys_claim(), and
mx_send_to_device(). The package itself remains crypto-free; these
carry already-signed payloads built by an external signer (e.g.
mx.crypto).mx_canonical_json() produces Matrix-spec canonical JSON, the byte
sequence callers feed to their signer for /keys/upload.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.