comparison libpurple/protocols/jabber/jabber.c @ 25029:2bf9bf49cea8

* adding documentation for IPC function contact_has_feature
author Tobias Markmann <tfar@soc.pidgin.im>
date Sun, 06 Jul 2008 21:20:35 +0000
parents e6f92c0f9770
children 61f37abc8a70
comparison
equal deleted inserted replaced
25028:e6f92c0f9770 25029:2bf9bf49cea8
2447 "prpl-jabber", jabber_cmd_buzz, 2447 "prpl-jabber", jabber_cmd_buzz,
2448 _("buzz: Buzz a user to get their attention"), NULL); 2448 _("buzz: Buzz a user to get their attention"), NULL);
2449 } 2449 }
2450 2450
2451 /* IPC fucntions*/ 2451 /* IPC fucntions*/
2452
2453 /*
2454 * IPC function for checking wheather a client at a full JID supports a certain feature.
2455 *
2456 * @param fulljid The full JID of the client.
2457 * @param featrure The feature's namespace.
2458 *
2459 * @return TRUE if supports feature; else FALSE.
2460 */
2452 static gboolean 2461 static gboolean
2453 jabber_ipc_contact_has_feature(gchar *fulljid, gchar *feature) 2462 jabber_ipc_contact_has_feature(gchar *fulljid, gchar *feature)
2454 { 2463 {
2455 JabberCapsKey *caps_info = NULL; 2464 JabberCapsKey *caps_info = NULL;
2456 JabberCapsValueExt *capabilities = NULL; 2465 JabberCapsValueExt *capabilities = NULL;