mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Result of running: make doap options
This commit is contained in:
parent
2dc843cddd
commit
b29f87a978
@ -665,6 +665,15 @@
|
|||||||
<xmpp:note>mod_private</xmpp:note>
|
<xmpp:note>mod_private</xmpp:note>
|
||||||
</xmpp:SupportedXep>
|
</xmpp:SupportedXep>
|
||||||
</implements>
|
</implements>
|
||||||
|
<implements>
|
||||||
|
<xmpp:SupportedXep>
|
||||||
|
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0421.html"/>
|
||||||
|
<xmpp:version>0.1.0</xmpp:version>
|
||||||
|
<xmpp:since></xmpp:since>
|
||||||
|
<xmpp:status></xmpp:status>
|
||||||
|
<xmpp:note>mod_muc_occupantid</xmpp:note>
|
||||||
|
</xmpp:SupportedXep>
|
||||||
|
</implements>
|
||||||
<implements>
|
<implements>
|
||||||
<xmpp:SupportedXep>
|
<xmpp:SupportedXep>
|
||||||
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0425.html"/>
|
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0425.html"/>
|
||||||
|
@ -86,7 +86,7 @@ db_type(Opts) when is_map(Opts) ->
|
|||||||
db_type(Host) ->
|
db_type(Host) ->
|
||||||
gen_mod:get_module_opt(Host, mod_muc, db_type).
|
gen_mod:get_module_opt(Host, mod_muc, db_type).
|
||||||
|
|
||||||
-spec default_room_options(gen_mod:opts() | global | binary()) -> [{atom(),'anyone' | 'false' | 'moderators' | 'nobody' | 'true' | 'undefined' | binary() | ['moderator' | 'participant' | 'visitor'] | pos_integer() | tuple()}].
|
-spec default_room_options(gen_mod:opts() | global | binary()) -> [{atom(),'anyone' | 'false' | 'moderators' | 'nobody' | 'none' | 'participants' | 'true' | 'undefined' | binary() | ['moderator' | 'participant' | 'visitor'] | pos_integer() | tuple()}].
|
||||||
default_room_options(Opts) when is_map(Opts) ->
|
default_room_options(Opts) when is_map(Opts) ->
|
||||||
gen_mod:get_opt(default_room_options, Opts);
|
gen_mod:get_opt(default_room_options, Opts);
|
||||||
default_room_options(Host) ->
|
default_room_options(Host) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user