Mercurial > pidgin.yaz
comparison libpurple/protocols/jabber/buddy.h @ 23445:4ac5db6e39f3
Custom smileys for XMPP according to XEP 0231. Refs #5627.
committer: Sadrul Habib Chowdhury <imadil@gmail.com>
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Sun, 01 Jun 2008 20:55:54 +0000 |
parents | 481749fc0b6b |
children | 1de1494a13e5 |
comparison
equal
deleted
inserted
replaced
23262:5793bcea224c | 23445:4ac5db6e39f3 |
---|---|
117 | 117 |
118 void jabber_buddy_remove_all_pending_buddy_info_requests(JabberStream *js); | 118 void jabber_buddy_remove_all_pending_buddy_info_requests(JabberStream *js); |
119 | 119 |
120 void jabber_vcard_fetch_mine(JabberStream *js); | 120 void jabber_vcard_fetch_mine(JabberStream *js); |
121 | 121 |
122 gboolean jabber_resource_has_capability(const JabberBuddyResource *jbr, | |
123 const gchar *cap); | |
124 gboolean jabber_buddy_has_capability(const JabberBuddy *jb, const gchar *cap); | |
125 | |
122 #endif /* _PURPLE_JABBER_BUDDY_H_ */ | 126 #endif /* _PURPLE_JABBER_BUDDY_H_ */ |