mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Move JID related functions to jid.erl (#847)
This commit is contained in:
parent
7eddfe073b
commit
95265dd3ad
81 changed files with 1189 additions and 1072 deletions
|
@ -422,7 +422,7 @@ ldap_attribute_to_vcard(_, _) -> none.
|
|||
[{xmlcdata,
|
||||
<<(translate:translate(Lang,
|
||||
<<"Search users in ">>))/binary,
|
||||
(jlib:jid_to_string(JID))/binary>>}]},
|
||||
(jid:to_string(JID))/binary>>}]},
|
||||
#xmlel{name = <<"instructions">>, attrs = [],
|
||||
children =
|
||||
[{xmlcdata,
|
||||
|
@ -600,7 +600,7 @@ search_result(Lang, JID, State, Data) ->
|
|||
[{xmlcdata,
|
||||
<<(translate:translate(Lang,
|
||||
<<"Search Results for ">>))/binary,
|
||||
(jlib:jid_to_string(JID))/binary>>}]},
|
||||
(jid:to_string(JID))/binary>>}]},
|
||||
#xmlel{name = <<"reported">>, attrs = [],
|
||||
children =
|
||||
[?TLFIELD(<<"text-single">>, <<"Jabber ID">>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue