-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XEP-0215: management of the field
expires
[2]
Fix following comment and recommandations: - Use DateTime? type instead of int64? - check the computed delay value against sane values - use a HashMap to keep track of timers and cancel them on connection closed - add equals and hash funcs to XmppStream to use with the HashMap - rename the callback to reflect its meaning - test the TURN server conf before STUN default server
- Loading branch information
1 parent
d6173ba
commit 5bca236
Showing
3 changed files
with
64 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters