mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
corrected hold and unhold examples
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3157 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
ef9a5a0e36
commit
432c8de5cf
@ -675,8 +675,7 @@ delivery-method=inline; configuration=somebase16string;
|
||||
action='session-info'
|
||||
initiator='romeo@montague.lit/orchard'
|
||||
sid='a73sjjvkla37jfea'>
|
||||
<hold xmlns='urn:xmpp:jingle:apps:rtp:info:1'
|
||||
name='voice'/>
|
||||
<hold xmlns='urn:xmpp:jingle:apps:rtp:info:1'/>
|
||||
</jingle>
|
||||
</iq>
|
||||
]]></example>
|
||||
@ -690,8 +689,7 @@ delivery-method=inline; configuration=somebase16string;
|
||||
action='session-info'
|
||||
initiator='romeo@montague.lit/orchard'
|
||||
sid='a73sjjvkla37jfea'>
|
||||
<unhold xmlns='urn:xmpp:jingle:apps:rtp:info:1'
|
||||
name='voice'/>
|
||||
<unhold xmlns='urn:xmpp:jingle:apps:rtp:info:1'/>
|
||||
</jingle>
|
||||
</iq>
|
||||
]]></example>
|
||||
|
Loading…
Reference in New Issue
Block a user