Behaviours: gen_server
.
access_list_get/2 | check if is allowed for this JID send an IQ GET with this NameSpace. |
access_list_set/2 | check if is allowed for this JID send an IQ SET with this NameSpace. |
start_link/0 | Starts the ecomponent main server. |
stop/0 | Stops the ecomponent main server. |
access_list_get(NS::atom(), Jid::jid()) -> boolean()
check if is allowed for this JID send an IQ GET with this NameSpace.
access_list_set(NS::atom(), Jid::jid()) -> boolean()
check if is allowed for this JID send an IQ SET with this NameSpace.
start_link() -> {ok, Pid::pid()} | {error, Reason::any()}
Starts the ecomponent main server.
stop() -> ok
Stops the ecomponent main server.