diff libpurple/protocols/jabber/jabber.c @ 25587: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
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Sun Jul 06 21:09:50 2008 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Sun Jul 06 21:20:35 2008 +0000
@@ -2449,6 +2449,15 @@
 }
 
 /* IPC fucntions*/
+
+/*
+ * IPC function for checking wheather a client at a full JID supports a certain feature.
+ * 
+ * @param fulljid 	The full JID of the client.
+ * @param featrure 	The feature's namespace.
+ * 
+ * @return TRUE if supports feature; else FALSE.
+ */
 static gboolean
 jabber_ipc_contact_has_feature(gchar *fulljid, gchar *feature)
 {