diff libpurple/protocols/jabber/presence.c @ 25253:f2d533384535

Updated a comment to describe what the actually does Removed a comment about initial presence
author Marcus Lundblad <ml@update.uu.se>
date Thu, 25 Dec 2008 13:21:27 +0000
parents b1a16f0efec2
children a9b078297b69
line wrap: on
line diff
--- a/libpurple/protocols/jabber/presence.c	Thu Dec 25 10:48:49 2008 +0000
+++ b/libpurple/protocols/jabber/presence.c	Thu Dec 25 13:21:27 2008 +0000
@@ -424,11 +424,6 @@
 	g_free(userdata);
 }
 
-/* would need to add some detection to determine if a
- <presence/> packet is part of the "initial" presence the server
- sends us, this way we could disregard a buddy's idle time in case the server
- does not set <delayed/> on delayed presence. This would avoid 
- showing an incorrect idle time */
 void jabber_presence_parse(JabberStream *js, xmlnode *packet)
 {
 	const char *from = xmlnode_get_attrib(packet, "from");