comparison 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
comparison
equal deleted inserted replaced
25741:1225f3dcf5ab 25742:4040da08a733
87 void jabber_caps_calculate_own_hash(JabberStream *js); 87 void jabber_caps_calculate_own_hash(JabberStream *js);
88 88
89 /** Get the current caps hash. 89 /** Get the current caps hash.
90 * @ret hash 90 * @ret hash
91 **/ 91 **/
92 const gchar* jabber_caps_get_own_hash(void); 92 const gchar* jabber_caps_get_own_hash(JabberStream *js);
93 93
94 /** 94 /**
95 * Broadcast a new calculated hash using a <presence> stanza. 95 * Broadcast a new calculated hash using a <presence> stanza.
96 */ 96 */
97 void jabber_caps_broadcast_change(void); 97 void jabber_caps_broadcast_change(void);