MIXite is an generic implementation of MIX which uses also the Stanza ID implementation and MAM for message storing and querying.
The development of Mixite follows the following standards:
Stanza ID
: Unique and Stable Stanza IDs.MIX
: Meditated Information eXchange.MIX-ADMIN
: MIX Administration (roles and administrative operations).MAM
: Message Archive Management.
If available in Hex, the package can be installed
by adding mixite
to your list of dependencies in mix.exs
:
def deps do
[
{:mixite, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mixite.