# HG changeset patch # User Tobias Markmann # Date 1215379235 0 # Node ID 2bf9bf49cea8ee0c54a78a34e019304d9da2a524 # Parent e6f92c0f97706e6657a1773b30df5bb9754b08bc * adding documentation for IPC function contact_has_feature diff -r e6f92c0f9770 -r 2bf9bf49cea8 libpurple/protocols/jabber/jabber.c --- 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) {