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 _______________________________________________
[email protected] mailing list
Want to unsubscribe? Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support