mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 02:29:34 +02:00
Improve ODBC import
This commit is contained in:
parent
577eeb642f
commit
fbfbb96872
43 changed files with 718 additions and 539 deletions
|
@ -12,7 +12,7 @@
|
|||
-compile([{parse_transform, ejabberd_sql_pt}]).
|
||||
|
||||
%% API
|
||||
-export([init/2, caps_read/2, caps_write/3, export/1]).
|
||||
-export([init/2, caps_read/2, caps_write/3, export/1, import/3]).
|
||||
|
||||
-include("mod_caps.hrl").
|
||||
-include("ejabberd_sql_pt.hrl").
|
||||
|
@ -53,6 +53,9 @@ export(_Server) ->
|
|||
[]
|
||||
end}].
|
||||
|
||||
import(_, _, _) ->
|
||||
ok.
|
||||
|
||||
%%%===================================================================
|
||||
%%% Internal functions
|
||||
%%%===================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue