From b0b131f5b8eee99673d5ebab5bafe4df9ac099e0 Mon Sep 17 00:00:00 2001 From: Ben Langfeld Date: Sun, 21 Jun 2015 16:40:23 -0300 Subject: [PATCH] Permit escaped SSML docs in addition to CDATA Fixes #70 --- extensions/xep-0327.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/xep-0327.xml b/extensions/xep-0327.xml index 96013413..7bb1844d 100644 --- a/extensions/xep-0327.xml +++ b/extensions/xep-0327.xml @@ -1273,7 +1273,7 @@ ]]> -

Media output is a core concept in Rayo, and is provided by the output component. The component allows media to be rendered to a call or a mixer, using the server's local media server. A server MUST support audio file playback and MUST support the text/uri-list document format. A server MAY support speech synthesis and MAY support SSML. The component is created using an <output/> command, containing one or more documents to render, along with a set of options to determine the nature of the rendering.

+

Media output is a core concept in Rayo, and is provided by the output component. The component allows media to be rendered to a call or a mixer, using the server's local media server. A server MUST support audio file playback and MUST support the text/uri-list document format. A server MAY support speech synthesis and MAY support SSML (in which case the document should be escaped or enclosed in CDATA). The component is created using an <output/> command, containing one or more documents to render, along with a set of options to determine the nature of the rendering.