comparison libpurple/protocols/jabber/buddy.c @ 26570:061df5754d20

Fix up the propagate
author Paul Aurich <paul@darkrain42.org>
date Sun, 05 Apr 2009 21:18:15 +0000
parents bc7fac8e2f79
children 538b4175fd24
comparison
equal deleted inserted replaced
26569:bc7fac8e2f79 26570:061df5754d20
1845 jbi->ids = g_slist_prepend(jbi->ids, g_strdup(iq->id)); 1845 jbi->ids = g_slist_prepend(jbi->ids, g_strdup(iq->id));
1846 jabber_iq_send(iq); 1846 jabber_iq_send(iq);
1847 } 1847 }
1848 1848
1849 if (jbr->tz_off == PURPLE_NO_TZ_OFF && 1849 if (jbr->tz_off == PURPLE_NO_TZ_OFF &&
1850 (!jbr->caps || 1850 (!jbr->caps.info ||
1851 jabber_resource_has_capability(jbr, "urn:xmpp:time"))) { 1851 jabber_resource_has_capability(jbr, "urn:xmpp:time"))) {
1852 xmlnode *child; 1852 xmlnode *child;
1853 iq = jabber_iq_new(js, JABBER_IQ_GET); 1853 iq = jabber_iq_new(js, JABBER_IQ_GET);
1854 xmlnode_set_attrib(iq->node, "to", full_jid); 1854 xmlnode_set_attrib(iq->node, "to", full_jid);
1855 child = xmlnode_new_child(iq->node, "time"); 1855 child = xmlnode_new_child(iq->node, "time");