mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +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,
|
||||
{result, Feats ++ lists:map(fun(Feature) ->
|
||||
?NS_PUBSUB++"#"++Feature
|
||||
end, features(Host, []))};
|
||||
end, features(Host, <<>>))};
|
||||
disco_local_features(Acc, _From, _To, _Node, _Lang) ->
|
||||
Acc.
|
||||
|
||||
|
@ -434,7 +434,7 @@ disco_local_features(Acc, _From, To, [], _Lang) ->
|
||||
end,
|
||||
{result, Feats ++ lists:map(fun(Feature) ->
|
||||
?NS_PUBSUB++"#"++Feature
|
||||
end, features(Host, []))};
|
||||
end, features(Host, <<>>))};
|
||||
disco_local_features(Acc, _From, _To, _Node, _Lang) ->
|
||||
Acc.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user