summaryrefslogtreecommitdiff
path: root/pjnath/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-09-20 11:30:30 +0000
committerBenny Prijono <bennylp@teluu.com>2007-09-20 11:30:30 +0000
commit3592de54d190cbeae2ec12aacbadd437b7264e5f (patch)
tree340aa7f192d7503eeef14a064113578b2eefecb7 /pjnath/include
parentae3c75fcc58c827fc4da2f932978f8618b080af4 (diff)
Re-enable STUN status 437 (No Binding) since this is used by TURN
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1443 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/include')
-rw-r--r--pjnath/include/pjnath/stun_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjnath/include/pjnath/stun_msg.h b/pjnath/include/pjnath/stun_msg.h
index 9fc16f1c..311ea2b2 100644
--- a/pjnath/include/pjnath/stun_msg.h
+++ b/pjnath/include/pjnath/stun_msg.h
@@ -338,8 +338,8 @@ typedef enum pj_stun_status
//PJ_STUN_SC_MISSING_REALM = 434, /**< Missing Realm */
//PJ_STUN_SC_MISSING_NONCE = 435, /**< Missing Nonce */
//PJ_STUN_SC_UNKNOWN_USERNAME = 436, /**< Unknown Username */
- //PJ_STUN_SC_NO_BINDING = 437, /**< No Binding. */
#endif
+ PJ_STUN_SC_NO_BINDING = 437, /**< No Binding. */
PJ_STUN_SC_STALE_NONCE = 438, /**< Stale Nonce */
PJ_STUN_SC_TRANSITIONING = 439, /**< Transitioning. */
PJ_STUN_SC_UNSUPP_TRANSPORT_PROTO = 442, /**< Unsupported Transport or