mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue