diff options
Diffstat (limited to 'agent/agent.c')
-rw-r--r-- | agent/agent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/agent.c b/agent/agent.c index d819d27..8915cbb 100644 --- a/agent/agent.c +++ b/agent/agent.c @@ -257,11 +257,11 @@ agent_to_ice_compatibility (NiceAgent *agent) agent->compatibility == NICE_COMPATIBILITY_MSN ? STUN_USAGE_ICE_COMPATIBILITY_MSN : agent->compatibility == NICE_COMPATIBILITY_WLM2009 ? - STUN_USAGE_ICE_COMPATIBILITY_WLM2009 : + STUN_USAGE_ICE_COMPATIBILITY_MSICE2 : agent->compatibility == NICE_COMPATIBILITY_OC2007 ? STUN_USAGE_ICE_COMPATIBILITY_MSN : agent->compatibility == NICE_COMPATIBILITY_OC2007R2 ? - STUN_USAGE_ICE_COMPATIBILITY_WLM2009 : + STUN_USAGE_ICE_COMPATIBILITY_MSICE2 : STUN_USAGE_ICE_COMPATIBILITY_RFC5245; } |