subscriber

This element has the subscriber information. And has the following 5 attributes:

  • username—The value given in the username attribute must be same as the username that will be sent in the Authorization header in the request message from the users. Refer RFC 2617 Http Authentication for details.
  • aor—The aor attribute is optional to specify the address of record for the subscriber if it is different than the username.
  • universalNum—The universalNum attribute is optional to specify the universal number (E.164) for the subscriber.
  • hash—The hash provided in the XML must be an MD5 hash of the username, digest-realm and the password of the user. This is same as the H(A1) described in RFC 2617.

    hash = md5(username:digest-realm:password)