package javax.sip.header;
public interface ProxyAuthenticateHeader extends WWWAuthenticateHeader {
String NAME = "Proxy-Authenticate";
}