diff options
Diffstat (limited to '29.md')
| -rw-r--r-- | 29.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -6,7 +6,7 @@ Media Attachments | |||
| 6 | 6 | ||
| 7 | Media attachments (images, videos, and other files) may be added to events by including a URL in the event content, along with a matching `imeta` tag. | 7 | Media attachments (images, videos, and other files) may be added to events by including a URL in the event content, along with a matching `imeta` tag. |
| 8 | 8 | ||
| 9 | `imeta` ("inline metadata") tags add information about media URLs in the event's content. Each `imeta` tag SHOULD match a URL in the event content. Clients may replace imeta URLs with rich previews. `imeta` tags contain extra information about the media attachment, which clients can use to provide a better experience when loading previews. | 9 | `imeta` ("inline metadata") tags add information about media URLs in the event's content. Each `imeta` tag SHOULD match a URL in the event content. Clients may replace imeta URLs with rich previews. |
| 10 | 10 | ||
| 11 | The `imeta` tag is variadic, and each entry is a space-delimited key/value pair. | 11 | The `imeta` tag is variadic, and each entry is a space-delimited key/value pair. |
| 12 | Each `imeta` tag MUST have a `url`, and at least one other field. `imeta` may include | 12 | Each `imeta` tag MUST have a `url`, and at least one other field. `imeta` may include |