dotiao / rfc5766-turn-server

Automatically exported from code.google.com/p/rfc5766-turn-server
0 stars 0 forks source link

ephemeral credentials of the REST API are incorrectly expiring with RFC 6062 connections #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to the REST API specs, the connection's ephemeral credentials must be 
valid while the connection is refreshing them. But the secondary connections of 
the RFC 6062 are getting rejected after the timestamp expiration. They are tied 
to the original timestamp, so the "old" credentials must be valid till the 
"old" connection is valid.

Original issue reported on code.google.com by mom040...@gmail.com on 31 May 2014 at 5:23

GoogleCodeExporter commented 9 years ago
Fixed in 3.2.3.9

Original comment by mom040...@gmail.com on 1 Jun 2014 at 6:14