25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Add mod_doc/0 to mod_presence_demo.ex so compiler stops complaining

This commit is contained in:
Badlop 2021-03-09 18:33:35 +01:00
parent 33fc320f1d
commit 14d82fa600

View File

@ -25,5 +25,9 @@ defmodule ModPresenceDemo do
def mod_options(_host) do
[]
end
def mod_doc() do
%{:desc => 'This is just a demonstration.'}
end
end