1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-06 03:50:15 +02:00

Document protocol support (EJABS-1620)

This commit is contained in:
Badlop 2015-05-21 17:02:36 +02:00
parent 3b24923458
commit 0c725b5fac
33 changed files with 74 additions and 4 deletions

View file

@ -28,6 +28,8 @@
-behaviour(gen_mod).
-protocol({xep, 191, '1.2'}).
-export([start/2, stop/1, process_iq/3,
process_iq_set/4, process_iq_get/5]).