diff options
author | Badlop <badlop@process-one.net> | 2016-02-08 21:35:46 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2016-02-08 21:35:46 +0100 |
commit | 02a519a11eac6edb8e0bb6237f617382f556d704 (patch) | |
tree | 8e535cc793f14bfaba854fab7362cd1b6a066b72 | |
parent | Prepare room JID in create_room command (diff) |
Mention new XEP support
-rw-r--r-- | src/mod_offline.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_offline.erl b/src/mod_offline.erl index 5e566011..28c2ba39 100644 --- a/src/mod_offline.erl +++ b/src/mod_offline.erl @@ -27,6 +27,7 @@ -author('alexey@process-one.net'). +-protocol({xep, 13, '1.2'}). -protocol({xep, 22, '1.4'}). -protocol({xep, 23, '1.3'}). -protocol({xep, 160, '1.0'}). |