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: 2785
This commit is contained in:
parent
182f4b008b
commit
40e06b55c0
@ -640,7 +640,7 @@ disco_local_features(Acc, _From, To, <<>>, _Lang) ->
|
||||
end,
|
||||
{result, Feats ++ lists:map(fun(Feature) ->
|
||||
?NS_PUBSUB_s++"#"++Feature
|
||||
end, features(Host, []))};
|
||||
end, features(Host, <<>>))};
|
||||
disco_local_features(Acc, _From, _To, _Node, _Lang) ->
|
||||
Acc.
|
||||
|
||||
|
@ -445,7 +445,7 @@ disco_local_features(Acc, _From, To, <<>>, _Lang) ->
|
||||
end,
|
||||
{result, Feats ++ lists:map(fun(Feature) ->
|
||||
?NS_PUBSUB_s++"#"++Feature
|
||||
end, features(Host, []))};
|
||||
end, features(Host, <<>>))};
|
||||
disco_local_features(Acc, _From, _To, _Node, _Lang) ->
|
||||
Acc.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user