mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Add mod_doc/0 to mod_presence_demo.ex so compiler stops complaining
This commit is contained in:
parent
33fc320f1d
commit
14d82fa600
1 changed files with 5 additions and 1 deletions
|
@ -26,4 +26,8 @@ defmodule ModPresenceDemo do
|
||||||
[]
|
[]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def mod_doc() do
|
||||||
|
%{:desc => 'This is just a demonstration.'}
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue