Enforce Logging
pramod k
pramod.k29 at rediffmail.com
Sun Jul 31 13:11:59 EDT 2011
Hello ,
I am implementing a centralized chat server for our company. For security I need to log every chat that is happening inside the company,even if the user disables the logging facility.
I think i need to edit the conversation.c file. I have tried a little bit but I am not achieving the goal.
***************************************************************** gboolean purple_conversation_is_logging(const PurpleConversation? *conv) {
g_return_val_if_fail(conv != NULL, FALSE);
/* * Commented for enabling logging independent of the log option set.
* return conv->logging; * */
return 1;
}
This is not woking.....
Pls help to achieve this....
-Pramod.k
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://pidgin.im/pipermail/support/attachments/20110731/34c3f469/attachment-0002.html>
More information about the Support
mailing list