3C3JbrHvNfHDdRUZ38aMZG changeset

Changeset666364346539 (b)
Parent653132373764 (a)
ab
22"""   
33<iq type='set' to= 'roomname@conference.chat.oonair.net'  id='id1'>
44 <oo xmlns='http://oonair.com/muc#share'>
...
5-   <item name='Falda tubo' thumbnail='http://webpage.info/falda_tn.jpg' id='itemid1' action='add' url='http://webpage.info/falda.html’>
5+   <item name='Falda tubo' thumbnail='http://webpage.info/falda_tn.jpg' id='itemid1' action='add' url='http://webpage.info/falda.html’>
...
66      <metadata  path=' ' />
77   </item>
88 </oo>
...
2424    subitem = (Item,)
2525   
2626# And this one will be going in the xmpp client script
...
27-register_stanza_plugin(Iq, OO, Item, iterate = True)
27+register_stanza_plugin(Iq, OO, Item, iterable = True)
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Revision 653132373764
+++ Revision 666364346539
@@ -3,7 +3,7 @@
"""
<iq type='set' to= 'roomname@conference.chat.oonair.net' id='id1'>
<oo xmlns='http://oonair.com/muc#share'>
- <item name='Falda tubo' thumbnail='http://webpage.info/falda_tn.jpg' id='itemid1' action='add' url='http://webpage.info/falda.html’>
+ <item name='Falda tubo' thumbnail='http://webpage.info/falda_tn.jpg' id='itemid1' action='add' url='http://webpage.info/falda.html’>
<metadata path=' ' />
</item>
</oo>
@@ -25,4 +25,4 @@
subitem = (Item,)
# And this one will be going in the xmpp client script
-register_stanza_plugin(Iq, OO, Item, iterate = True)
+register_stanza_plugin(Iq, OO, Item, iterable = True)