diff libpurple/protocols/jabber/caps.h @ 25742:4040da08a733

Entity Capabilities must be per-JabberStream
author Paul Aurich <paul@darkrain42.org>
date Fri, 21 Nov 2008 00:35:44 +0000
parents 1225f3dcf5ab
children 504c98a90ef5
line wrap: on
line diff
--- a/libpurple/protocols/jabber/caps.h	Thu Nov 20 23:58:17 2008 +0000
+++ b/libpurple/protocols/jabber/caps.h	Fri Nov 21 00:35:44 2008 +0000
@@ -89,7 +89,7 @@
 /** Get the current caps hash.
  * 	@ret hash
 **/
-const gchar* jabber_caps_get_own_hash(void);
+const gchar* jabber_caps_get_own_hash(JabberStream *js);
 
 /**
  *  Broadcast a new calculated hash using a <presence> stanza.