Module exmpp_caps

The module exmpp_caps provides helpers to generate entities capabilities hash based on sha-1.

Authors: Karim Gemayel (karim.gemayel@pocess-one.net).

References

Description

The module exmpp_caps provides helpers to generate entities capabilities hash based on sha-1.

Data Types

ecaps()

ecaps() = {ecaps, Identities, Features, Forms}

Record representing a Caps.

Function Index

make/1Generate a hash from a Caps record.
make/2Generate a hash from an identity record or from a list of records and a list of namespaces .
make/3Generate a hash from an identity record or from a list of identity records, a list of namespaces, and a form or a list of forms .

Function Details

make/1

make(Identity::Caps) -> Hash

Generate a hash from a Caps record.

make/2

make(Identity::Identities, Features) -> Hash

Generate a hash from an identity record or from a list of records and a list of namespaces .

make/3

make(Identities, Features, Form::Forms) -> Hash

Generate a hash from an identity record or from a list of identity records, a list of namespaces, and a form or a list of forms .


Generated by EDoc, Jul 26 2016, 02:18:28.