Home
last modified time | relevance | path

Searched refs:rfc2543Supported (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPDialog.java2605 if ((sipResponse.getToTag() != null || sipStack.rfc2543Supported) in setLastResponse()
2620 && (sipResponse.getToTag() != null || sipStack.rfc2543Supported)) { in setLastResponse()
2634 && (sipResponse.getToTag() != null || sipStack.rfc2543Supported) in setLastResponse()
DSIPTransactionStack.java325 protected boolean rfc2543Supported = true; field in SIPTransactionStack
2282 return this.rfc2543Supported; in isRfc2543Supported()
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java990 super.rfc2543Supported = configurationProperties.getProperty( in SipStackImpl()