gov.nist.javax.sip.header.ims
Interface PPreferredIdentityHeader
- All Superinterfaces:
- Cloneable, Header, HeaderAddress, Serializable
- All Known Implementing Classes:
- PPreferredIdentity
public interface PPreferredIdentityHeader
- extends HeaderAddress, Header
P-Preferred-Identity header -
SIP Private Header: RFC 3325
-
. is used from a user agent to a trusted proxy to carry the identity the
user sending the SIP message wishes to be used for the P-Asserted-Header
field value that the trusted element will insert.
-
. If there are two values, one value MUST be a sip or sips URI and the other
MUST be a tel URI.
Sintax:
PPreferredID = "P-Preferred-Identity" HCOLON PPreferredID-value
*(COMMA PPreferredID-value)
PPreferredID-value = name-addr / addr-spec
- Author:
- ALEXANDRE MIGUEL SILVA SANTOS - N?? 10045401
Field Summary |
static String |
NAME
Name of PreferredIdentityHeader |
NAME
static final String NAME
- Name of PreferredIdentityHeader
- See Also:
- Constant Field Values
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.