Module exmpp_dialback

The module exmpp_dialback provides functions to handle server dialback method.

Authors: Jean-Sébastien Pédron (js.pedron@meetic-corp.com).

Description

The module exmpp_dialback provides functions to handle server dialback method.

Function Index

key/3Prepare a <db:result/> element to send the key to the Receiving Server.
validate/1Prepare a <db:result/> element to answer to the Originating Server.
validate/2Prepare a <db:result/> element to answer to the Originating Server.
verify_request/4Prepare a <db:verify/> element to send to the Authoritative Server.
verify_response/2Prepare a <db:verify/> element to answer to the Receiving Server.

Function Details

key/3

key(From, To, Key) -> Result

Prepare a <db:result/> element to send the key to the Receiving Server.

validate/1

validate(Result) -> Response

Prepare a <db:result/> element to answer to the Originating Server.

validate/2

validate(From, To) -> Response

Prepare a <db:result/> element to answer to the Originating Server.

verify_request/4

verify_request(From, To, ID, Key) -> Request

Prepare a <db:verify/> element to send to the Authoritative Server.

verify_response/2

verify_response(Request, Is_Valid) -> Response

Prepare a <db:verify/> element to answer to the Receiving Server.


Generated by EDoc, Jan 21 2011, 01:43:52.