Correcting XML examples. (Thanks Neustradamus)

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4243 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Tobias Markmann 2010-06-11 22:09:16 +00:00
parent 8724338a7d
commit e9d35a0442
1 changed files with 3 additions and 3 deletions

View File

@ -221,7 +221,7 @@
id='newnode1'>
<event xmlns='http://jabber.org/protocol/pubsub#event'>
<collection node='some-collection'>
<associate node='new-node-id'>
<associate node='new-node-id'/>
</collection>
</event>
</message>
@ -602,7 +602,7 @@
id='newnode3'>
<event xmlns='http://jabber.org/protocol/pubsub#event'>
<collection node='some-collection'>
<associate node='new-node-id'>
<associate node='new-node-id'/>
</collection>
</event>
</message>
@ -670,7 +670,7 @@
id='oldnode1'>
<event xmlns='http://jabber.org/protocol/pubsub#event'>
<collection node='some-collection'>
<disassociate node='new-node-id'>
<disassociate node='new-node-id'/>
</collection>
</event>
</message>