24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

Add xep definition to mod_mam

This commit is contained in:
Badlop 2015-06-24 11:58:37 +02:00
parent 83cce468a5
commit 72f35a6dc6

View File

@ -26,6 +26,8 @@
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(mod_mam). -module(mod_mam).
-protocol({xep, 313, '0.3'}).
-behaviour(gen_mod). -behaviour(gen_mod).
%% API %% API