a | b | |
---|
2 | 2 | | """ |
---|
3 | 3 | | <iq type='set' to= 'roomname@conference.chat.oonair.net' id='id1'> |
---|
4 | 4 | | <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ÃÂâÃÂÃÂÃÂÃÂ> |
---|
... | |
---|
6 | 6 | | <metadata path=' ' /> |
---|
7 | 7 | | </item> |
---|
8 | 8 | | </oo> |
---|
... | |
---|
24 | 24 | | subitem = (Item,) |
---|
25 | 25 | | |
---|
26 | 26 | | # 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) |
---|
... | |
---|