mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
Typo in mod_pubsub_odbc breaks Service Discovery and more (EJAB-1115)
SVN Revision: 2784
This commit is contained in:
parent
bd97c40f92
commit
8983cba129
@ -631,7 +631,7 @@ disco_local_features(Acc, _From, To, [], _Lang) ->
|
|||||||
end,
|
end,
|
||||||
{result, Feats ++ lists:map(fun(Feature) ->
|
{result, Feats ++ lists:map(fun(Feature) ->
|
||||||
?NS_PUBSUB++"#"++Feature
|
?NS_PUBSUB++"#"++Feature
|
||||||
end, features(Host, []))};
|
end, features(Host, <<>>))};
|
||||||
disco_local_features(Acc, _From, _To, _Node, _Lang) ->
|
disco_local_features(Acc, _From, _To, _Node, _Lang) ->
|
||||||
Acc.
|
Acc.
|
||||||
|
|
||||||
|
@ -434,7 +434,7 @@ disco_local_features(Acc, _From, To, [], _Lang) ->
|
|||||||
end,
|
end,
|
||||||
{result, Feats ++ lists:map(fun(Feature) ->
|
{result, Feats ++ lists:map(fun(Feature) ->
|
||||||
?NS_PUBSUB++"#"++Feature
|
?NS_PUBSUB++"#"++Feature
|
||||||
end, features(Host, []))};
|
end, features(Host, <<>>))};
|
||||||
disco_local_features(Acc, _From, _To, _Node, _Lang) ->
|
disco_local_features(Acc, _From, _To, _Node, _Lang) ->
|
||||||
Acc.
|
Acc.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user