diff options
| author | Badlop <badlop@process-one.net> | 2015-06-24 11:58:37 +0200 |
|---|---|---|
| committer | Badlop <badlop@process-one.net> | 2015-06-24 11:58:37 +0200 |
| commit | 72f35a6dc635cac3099d3ab29bc8e2e9629d8d0f (patch) | |
| tree | 2d18efbaf22605e541a4a8d7a93e376ef81f95bd | |
| parent | Add MAM (XEP-0313) support (diff) | |
Add xep definition to mod_mam15.06
| -rw-r--r-- | src/mod_mam.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mod_mam.erl b/src/mod_mam.erl index 1de1d9a95..edbc4f91a 100644 --- a/src/mod_mam.erl +++ b/src/mod_mam.erl @@ -26,6 +26,8 @@ %%%------------------------------------------------------------------- -module(mod_mam). +-protocol({xep, 313, '0.3'}). + -behaviour(gen_mod). %% API |
