libpurple/protocols/jabber/useravatar.c

changeset 27035
2246f8a9d680
parent 27034
d7eae68cae77
child 27358
a1e3486558a0
equal deleted inserted replaced
27034:d7eae68cae77 27035:2246f8a9d680
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");

mercurial