1package javax.sip.header;
2
3public interface SIPIfMatchHeader extends SIPETagHeader {
4    String NAME = "SIP-If-Match";
5}
6