mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
jlib:make_jid/3 does not exist anymore. I think I replaced it correctly by exmpp_jid:make/3
SVN Revision: 2872
This commit is contained in:
parent
7ed6614ad4
commit
b431a9099e
@ -119,7 +119,7 @@ loop(Host, AccessMaxOfflineMsgs) ->
|
|||||||
calendar:now_to_universal_time(
|
calendar:now_to_universal_time(
|
||||||
M#offline_msg.timestamp),
|
M#offline_msg.timestamp),
|
||||||
utc,
|
utc,
|
||||||
jlib:make_jid("", Host, ""),
|
exmpp_jid:make("", Host, ""),
|
||||||
"Offline Storage"),
|
"Offline Storage"),
|
||||||
%% TODO: Delete the next three lines once XEP-0091 is Obsolete
|
%% TODO: Delete the next three lines once XEP-0091 is Obsolete
|
||||||
jlib:timestamp_to_xml(
|
jlib:timestamp_to_xml(
|
||||||
|
Loading…
Reference in New Issue
Block a user