mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Result of running "make doap options"
This commit is contained in:
parent
d834a9c1c1
commit
21ae72d02e
2 changed files with 4 additions and 7 deletions
|
@ -767,10 +767,10 @@
|
|||
<implements>
|
||||
<xmpp:SupportedXep>
|
||||
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0474.html"/>
|
||||
<xmpp:version>0.3.0</xmpp:version>
|
||||
<xmpp:version>0.4.0</xmpp:version>
|
||||
<xmpp:since>24.02</xmpp:since>
|
||||
<xmpp:status>complete</xmpp:status>
|
||||
<xmpp:note></xmpp:note>
|
||||
<xmpp:note>, 0.4.0 since 25.xx</xmpp:note>
|
||||
</xmpp:SupportedXep>
|
||||
</implements>
|
||||
<implements>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
-export([cluster_nodes/0]).
|
||||
-export([default_db/0, default_db/1]).
|
||||
-export([default_ram_db/0, default_ram_db/1]).
|
||||
-export([define_macro/0, define_macro/1]).
|
||||
-export([define_macro/0]).
|
||||
-export([disable_sasl_mechanisms/0, disable_sasl_mechanisms/1]).
|
||||
-export([disable_sasl_scram_downgrade_protection/0, disable_sasl_scram_downgrade_protection/1]).
|
||||
-export([domain_balancing/0]).
|
||||
|
@ -374,10 +374,7 @@ default_ram_db(Host) ->
|
|||
|
||||
-spec define_macro() -> any().
|
||||
define_macro() ->
|
||||
define_macro(global).
|
||||
-spec define_macro(global | binary()) -> any().
|
||||
define_macro(Host) ->
|
||||
ejabberd_config:get_option({define_macro, Host}).
|
||||
ejabberd_config:get_option({define_macro, global}).
|
||||
|
||||
-spec disable_sasl_mechanisms() -> [binary()].
|
||||
disable_sasl_mechanisms() ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue