| a | b | |
|---|
| 0 | + | # Imagine this one script |
|---|
| 0 | + | |
|---|
| ... | |
|---|
| 0 | 0 | | """ |
|---|
| 1 | 1 | | <iq type='set' to= 'roomname@conference.chat.oonair.net' id='id1'> |
|---|
| 2 | 2 | | <oo xmlns='http://oonair.com/muc#share'> |
|---|
| ... | |
|---|
| 3 | | - | <item name='Falda tubo' thumbnail='http://webpage.info/falda_tn.jpg' id='itemid1' action='add' url='http://webpage.info/falda.htmlâ> |
|---|
| 3 | + | <item name='Falda tubo' thumbnail='http://webpage.info/falda_tn.jpg' id='itemid1' action='add' url='http://webpage.info/falda.htmlâÂÂ> |
|---|
| ... | |
|---|
| 4 | 4 | | <metadata path=' ' /> |
|---|
| 5 | 5 | | </item> |
|---|
| 6 | 6 | | </oo> |
|---|
| ... | |
|---|
| 21 | 21 | | sub_interfaces = interfaces |
|---|
| 22 | 22 | | subitem = (Item,) |
|---|
| 23 | 23 | | |
|---|
| ... | |
|---|
| 24 | + | # And this one will be going in the xmpp client script |
|---|
| ... | |
|---|
| 24 | 24 | | register_stanza_plugin(Iq, OO, Item) |
|---|
| ... | |
|---|