| 44 |
44 |
| 45 static void |
45 static void |
| 46 remove_avatar_0_12_nodes(JabberStream *js) |
46 remove_avatar_0_12_nodes(JabberStream *js) |
| 47 { |
47 { |
| 48 #if 0 |
48 #if 0 |
| 49 See note below for why this is #if 0'd |
49 /* See note below for why this is #if 0'd */ |
| 50 |
50 |
| 51 /* Publish an empty avatar according to the XEP-0084 v0.12 semantics */ |
51 /* Publish an empty avatar according to the XEP-0084 v0.12 semantics */ |
| 52 xmlnode *publish, *item, *metadata; |
52 xmlnode *publish, *item, *metadata; |
| 53 /* publish the metadata */ |
53 /* publish the metadata */ |
| 54 publish = xmlnode_new("publish"); |
54 publish = xmlnode_new("publish"); |