mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Fix compilation ordering in mix by s/-behavior/-behaviour/
This commit is contained in:
parent
485f8e48e5
commit
f6ebbe4c78
9 changed files with 10 additions and 10 deletions
|
@ -28,7 +28,7 @@
|
|||
-protocol({xep, 85, '2.1'}).
|
||||
-protocol({xep, 352, '0.1'}).
|
||||
|
||||
-behavior(gen_mod).
|
||||
-behaviour(gen_mod).
|
||||
|
||||
%% gen_mod callbacks.
|
||||
-export([start/2, stop/1, reload/3, mod_opt_type/1, depends/2, mod_options/1]).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue