summaryrefslogtreecommitdiff
path: root/src/mod_mix_mnesia.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use new configuration validatorEvgeny Khramtsov2019-06-141-1/+0
|
* Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski2019-02-271-2/+2
| | | | | | | Since we now require R19, we shouldn't need that anymore. There are still couple places where p1_time_compat:unique_timestamp() is used as there is no direct equivalent.
* Fix mod_mix_mnesia get_participants/3 callbackEvgeny Khramtsov2018-12-071-1/+1
|
* Update MIX code to reflect newest specificationEvgeny Khramtsov2018-12-051-0/+189
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