diff options
| author | Badlop <badlop@process-one.net> | 2015-05-21 17:02:36 +0200 |
|---|---|---|
| committer | Badlop <badlop@process-one.net> | 2015-05-21 17:04:05 +0200 |
| commit | 0c725b5fac3fe14a1ba67db36888f1d0a51dceae (patch) | |
| tree | 2c28a5ea8559d4dbf9f2555ab1477dcc0d80589a /src/mod_private.erl | |
| parent | Fix dialyzer warning in mod_muc_admin:206 (diff) | |
Document protocol support (EJABS-1620)
Diffstat (limited to 'src/mod_private.erl')
| -rw-r--r-- | src/mod_private.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mod_private.erl b/src/mod_private.erl index f09c6100e..09182ded6 100644 --- a/src/mod_private.erl +++ b/src/mod_private.erl @@ -27,6 +27,8 @@ -author('alexey@process-one.net'). +-protocol({xep, 49, '1.2'}). + -behaviour(gen_mod). -export([start/2, stop/1, process_sm_iq/3, import/3, |
