diff libpurple/protocols/jabber/buddy.h @ 28911:738cd1adb3cf

jabber: Determine if a buddy can receive a file transfer (when we have received caps for all online caps). This will still allow file transfer to clients that don't advertise caps. Disables the file transfer option for gmail buddies Refs #1507
author Marcus Lundblad <ml@update.uu.se>
date Thu, 12 Nov 2009 23:24:43 +0000
parents c585572e80dd
children f2949cd7db0a
line wrap: on
line diff
--- a/libpurple/protocols/jabber/buddy.h	Wed Nov 11 05:40:13 2009 +0000
+++ b/libpurple/protocols/jabber/buddy.h	Thu Nov 12 23:24:43 2009 +0000
@@ -123,6 +123,7 @@
 
 void jabber_vcard_fetch_mine(JabberStream *js);
 
+gboolean jabber_resource_know_capabilities(const JabberBuddyResource *jbr);
 gboolean jabber_resource_has_capability(const JabberBuddyResource *jbr,
 										const gchar *cap);
 gboolean jabber_buddy_has_capability(const JabberBuddy *jb, const gchar *cap);