This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% | |
%% mod_log_remote is a simple Ejabberd module and gen_server that | |
%% allow for remote logging. It uses the filter_packet hook to | |
%% intercept <message> stanzas addressed to logger@vhost. These | |
%% messages are beamed off to the configured Erland node / pid in | |
%% the form: | |
%% | |
%% {Type, LogTime, Payload} | |
%% | |
%% where Type and Payload are specified by the caller and LogTime is |