pull/618/head
Dave Jones 2024-02-19 09:36:03 -06:00
rodzic f8164ecf43
commit 17a90d7398
1 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -1616,19 +1616,19 @@ from `<podcast:valueTimeSplit>`.
<br><br><br><br><!-- Tag block -->
## Chat
`<podcast:chat>`<br><br>
This element allows a podcaster to attach information to either the `channel`, `item` or `<podcast:liveItem>` about
This element allows a podcaster to attach information to either the `<channel>`, `<item>` or `<podcast:liveItem>` about
where the "official" chat for either the podcast or a specific episode or live event is to be found. Just like
`<podcast:socialInteract>` functions for social media, the `chat` tag will function for ephemeral chat. There are
many protocols in use across the internet for chat based communication. This tag is meant to be flexible enough to
adapt to whichever protocol the podcaster wants to use.
`<podcast:socialInteract>` functions for social media, the `<podcast:chat>` tag will function for ephemeral chat.
There are many protocols in use across the internet for chat based communication. This tag is meant to be flexible
enough to adapt to whichever protocol the podcaster wants to use.
This element's presence at a particular level governs how it should be treated. If found at the `item` or
This element's presence at a particular level governs how it should be treated. If found at the `<item>` or
`<podcast:liveItem>` level, this should be treated as the information for that specific episode, overriding what is
at the `channel` level. If this tag is found at the `channel` level, it would be considered the chat for the entire
at the `<channel>` level. If this tag is found at the `<channel>` level, it would be considered the chat for the entire
podcast and is recommended to be an "always on" chat room experience.
If a podcast has an "always on" style chat service it is recommended to link that at the `channel` level and do not
use the `<podcast:chat>` tag at the `item` or `<podcast:liveItem>` level.
If a podcast has an "always on" style chat service it is recommended to link that at the `<channel>` level and do not
use the `<podcast:chat>` tag at the `<item>` or `<podcast:liveItem>` level.
### Parent
&nbsp; `<channel>` or `<item>` or `<podcast:liveItem>`