soc.2008.xmpp: c7a4b101: * adding documentation for IPC function ...

tfar at soc.pidgin.im tfar at soc.pidgin.im
Sun Jul 6 17:25:38 EDT 2008


-----------------------------------------------------------------
Revision: c7a4b10121701aaf9fdae8507bb25b414c21a4e5
Ancestor: 09cddf377e019b3d78535d75e9c038f64ddb56b5
Author: tfar at soc.pidgin.im
Date: 2008-07-06T21:20:35
Branch: im.pidgin.soc.2008.xmpp
URL: http://d.pidgin.im/viewmtn/revision/info/c7a4b10121701aaf9fdae8507bb25b414c21a4e5

Modified files:
        libpurple/protocols/jabber/jabber.c

ChangeLog: 

* adding documentation for IPC function contact_has_feature

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jabber.c	5fad87da1f52d8fbe8f3b09986ee2fb927d0b5ea
+++ libpurple/protocols/jabber/jabber.c	6c794525a3df96ca198a149221e5d4aa44e05eab
@@ -2449,6 +2449,15 @@ void jabber_register_commands(void)
 }
 
 /* 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)
 {


More information about the Commits mailing list