24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Typo in mod_pubsub_odbc breaks Service Discovery and more (EJAB-1115)

SVN Revision: 2785
This commit is contained in:
Badlop 2009-12-04 18:36:07 +00:00
parent 182f4b008b
commit 40e06b55c0
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.