mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
API renaming : bare_jid_to_list -> bare_to_list
SVN Revision: 2133
This commit is contained in:
parent
0ace8bda8c
commit
7a884ced32
@ -1303,7 +1303,7 @@ user_roster_item_parse_query(User, Server, Items, Query) ->
|
|||||||
%% Server = binary()
|
%% Server = binary()
|
||||||
|
|
||||||
us_to_list({User, Server}) ->
|
us_to_list({User, Server}) ->
|
||||||
exmpp_jid:bare_jid_to_list(User, Server).
|
exmpp_jid:bare_to_list(User, Server).
|
||||||
|
|
||||||
%% @spec (Acc, User, Server, Lang) -> New_Acc
|
%% @spec (Acc, User, Server, Lang) -> New_Acc
|
||||||
%% Acc = [ejabberd_web:html()]
|
%% Acc = [ejabberd_web:html()]
|
||||||
|
@ -1117,7 +1117,7 @@ user_roster_item_parse_query(User, Server, Items, Query) ->
|
|||||||
nothing.
|
nothing.
|
||||||
|
|
||||||
us_to_list({User, Server}) ->
|
us_to_list({User, Server}) ->
|
||||||
exmpp_jid:bare_jid_to_list(User, Server).
|
exmpp_jid:bare_to_list(User, Server).
|
||||||
|
|
||||||
webadmin_user(Acc, _User, _Server, Lang) ->
|
webadmin_user(Acc, _User, _Server, Lang) ->
|
||||||
Acc ++ [?XE("h3", [?ACT("roster/", "Roster")])].
|
Acc ++ [?XE("h3", [?ACT("roster/", "Roster")])].
|
||||||
|
@ -996,4 +996,4 @@ get_opt(Opts, Opt, Default) ->
|
|||||||
end.
|
end.
|
||||||
|
|
||||||
us_to_list({User, Server}) ->
|
us_to_list({User, Server}) ->
|
||||||
exmpp_jid:bare_jid_to_list(User, Server).
|
exmpp_jid:bare_to_list(User, Server).
|
||||||
|
Loading…
Reference in New Issue
Block a user