mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
*** empty log message ***
SVN Revision: 60
This commit is contained in:
parent
7f0e4e195e
commit
366044ee59
1 changed files with 4 additions and 1 deletions
|
@ -218,7 +218,10 @@ process_offline(To, {xmlelement, _, _, Els}) ->
|
|||
|
||||
import_file(File) ->
|
||||
start_link(File),
|
||||
receive M -> M end.
|
||||
receive
|
||||
M -> M
|
||||
after 1000 -> ok
|
||||
end.
|
||||
|
||||
import_dir(Dir) ->
|
||||
{ok, Files} = file:list_dir(Dir),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue