rayo / xmpp

Fork of the XMPP XEP repo
http://gitorious.org/xmpp
3 stars 3 forks source link

Example 6 in document is no longer valid #56

Closed crienzo closed 11 years ago

crienzo commented 11 years ago

It is missing document and SSML.

<iq from='juliet@capulet.lit/balcony'
    to='9f00061@call.shakespeare.lit'
    type='set'
    id='j9d3j'>
  <output xmlns='urn:xmpp:rayo:output:1'
          voice='allison'>
    ![CDATA[
      You have no new messages. Goodbye!
    ]]
  </output>
</iq>