]> granicus.if.org Git - ejabberd/commit
Update MIX code to reflect newest specification
authorEvgeny Khramtsov <ekhramtsov@process-one.net>
Wed, 5 Dec 2018 10:14:29 +0000 (13:14 +0300)
committerEvgeny Khramtsov <ekhramtsov@process-one.net>
Wed, 5 Dec 2018 10:14:29 +0000 (13:14 +0300)
commitd5e4da54cfde1cf5b7876a192d9fe3b952eb345f
tree606b32538a4f2a1b79904249fb262785ab2dd46a
parent109ed8f2f666a6a0911e8222db529e2d377aec2b
Update MIX code to reflect newest specification

Note that support for older specification is completely dropped,
i.e. no backward compatibility is provided since the XEPs are
still very experimental and being changed drastically
17 files changed:
rebar.config
sql/lite.new.sql
sql/lite.sql
sql/mysql.new.sql
sql/mysql.sql
sql/pg.new.sql
sql/pg.sql
src/ejabberd_sm.erl
src/mod_mam.erl
src/mod_mam_sql.erl
src/mod_mix.erl
src/mod_mix_mnesia.erl [new file with mode: 0644]
src/mod_mix_pam.erl [new file with mode: 0644]
src/mod_mix_pam_mnesia.erl [new file with mode: 0644]
src/mod_mix_pam_sql.erl [new file with mode: 0644]
src/mod_mix_sql.erl [new file with mode: 0644]
src/mod_push.erl