Skip to content

Instantly share code, notes, and snippets.

@benlangfeld
Created December 15, 2011 17:02
Show Gist options
  • Save benlangfeld/1481871 to your computer and use it in GitHub Desktop.
Save benlangfeld/1481871 to your computer and use it in GitHub Desktop.
<!-- Partial match -->
<presence to='[email protected]/1' from='[email protected]/fgh4590'>
<match mode="speech" confidence="0.45" xmlns='urn:xmpp:rayo:input:1'>
<interpretation>1234</interpretation>
<utterance>one two three four</utterance>
</match>
</presence>
<!-- Final match -->
<presence to='[email protected]/1' from='[email protected]/fgh4590'>
<complete xmlns='urn:xmpp:rayo:ext:1'>
<success xmlns='urn:xmpp:rayo:input:complete:1'/>
<match mode="speech" confidence="0.45" xmlns='urn:xmpp:rayo:input:1'>
<interpretation>1234</interpretation>
<utterance>one two three four</utterance>
</match>
</complete>
</presence>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment