[Pidgin] #14470: Need to enable Central Logging facility and Restrict file transfer
Pidgin
trac at pidgin.im
Fri Jul 29 11:36:14 EDT 2011
#14470: Need to enable Central Logging facility and Restrict file transfer
--------------------------+-------------------------------------------------
Reporter: pramod.k29 | Owner: rekkanoryo
Type: enhancement | Status: new
Component: unclassified | Version: 2.9.0
Keywords: Chat Logging |
--------------------------+-------------------------------------------------
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
--
Ticket URL: <http://developer.pidgin.im/ticket/14470>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list