Skip to content

Commit 95a0346

Browse files
committed
Merge pull request coturn#15 from coturn/4.4.5.4
4.4.5.4
2 parents 9d0c563 + 94fcae4 commit 95a0346

18 files changed

+49
-35
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
7/18/2015 Oleg Moskalenko <[email protected]>
2+
Version 4.4.5.4 'Ardee West':
3+
- moved to github.
4+
15
6/20/2015 Oleg Moskalenko <[email protected]>
26
Version 4.4.5.3 'Ardee West':
37
- third-party authorization STUN attributes adjusted according

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,11 +1112,11 @@ XX. Performance tuning
11121112

11131113
This topic is covered in the wiki page:
11141114

1115-
http://code.google.com/p/coturn/wiki/turn_performance_and_load_balance
1115+
https://github.com/coturn/coturn/wiki/TURN-Performance-and-Load-Balance
11161116

11171117
XXI. TURN Server setup
11181118

1119-
Read the project wiki pages: http://code.google.com/p/coturn/w/list
1119+
Read the project wiki pages: https://github.com/coturn/coturn/wiki
11201120

11211121
Also, check the project from page links to the TURN/WebRTC configuration examples.
11221122
It may give you an idea how it can be done.

NOTE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This project is active in Google code: http://code.google.com/p/coturn/
1+
This project is active in Github: https://github.com/coturn/coturn/
22

README.turnadmin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@ to see the man page.
213213

214214
project page:
215215

216-
http://code.google.com/p/coturn/
216+
https://github.com/coturn/coturn/
217217

218218
Wiki page:
219219

220-
http://code.google.com/p/coturn/wiki/Readme
220+
https://github.com/coturn/coturn/wiki
221221

222222
forum:
223223

README.turnserver

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ LOAD BALANCE AND PERFORMANCE TUNING
540540

541541
This topic is covered in the wiki page:
542542

543-
http://code.google.com/p/coturn/wiki/turn_performance_and_load_balance
543+
https://github.com/coturn/coturn/wiki/turn_performance_and_load_balance
544544

545545
===================================
546546

@@ -638,7 +638,7 @@ knowledge of the shared secret, a new temporary password cannot be generated.
638638

639639
This is all formally described in Justin's Uberti TURN REST API document
640640
that can be obtained following the link "TURN REST API" in the TURN Server
641-
project's page http://code.google.com/p/coturn/.
641+
project's page https://github.com/coturn/coturn/.
642642

643643
Once the temporary username and password are obtained by the client (browser)
644644
application, then the rest is just 'classic" long-term credentials mechanism.
@@ -911,11 +911,11 @@ SEE ALSO
911911

912912
project page:
913913

914-
http://code.google.com/p/coturn/
914+
https://github.com/coturn/coturn/
915915

916916
Wiki page:
917917

918-
http://code.google.com/p/coturn/wiki/Readme
918+
https://github.com/coturn/coturn/wiki
919919

920920
forum:
921921

README.turnutils

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,11 @@ SEE ALSO
293293

294294
project page:
295295

296-
http://code.google.com/p/coturn/
296+
https://github.com/coturn/coturn/
297297

298298
Wiki page:
299299

300-
http://code.google.com/p/coturn/wiki/Readme
300+
https://github.com/coturn/coturn/wiki
301301

302302
forum:
303303

examples/etc/turnserver.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
# This feature can be used with the long-term authentication mechanism, only.
184184
# This feature purpose is to support "TURN Server REST API", see
185185
# "TURN REST API" link in the project's page
186-
# http://code.google.com/p/coturn/.
186+
# https://github.com/coturn/coturn/
187187
#
188188
# This option is used with timestamp:
189189
#

man/man1/turnadmin.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" Text automatically generated by txt2man
2-
.TH TURN 1 "15 June 2015" "" ""
2+
.TH TURN 1 "19 July 2015" "" ""
33
.SH GENERAL INFORMATION
44

55
\fIturnadmin\fP is a TURN administration tool. This tool can be used to manage
@@ -301,11 +301,11 @@ to see the man page.
301301

302302
project page:
303303
.PP
304-
http://code.google.com/p/coturn/
304+
https://github.com/coturn/coturn/
305305
.PP
306306
Wiki page:
307307
.PP
308-
http://code.google.com/p/coturn/wiki/Readme
308+
https://github.com/coturn/coturn/wiki
309309
.PP
310310
forum:
311311
.PP

man/man1/turnserver.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" Text automatically generated by txt2man
2-
.TH TURN 1 "15 June 2015" "" ""
2+
.TH TURN 1 "19 July 2015" "" ""
33
.SH GENERAL INFORMATION
44

55
The \fBTURN Server\fP project contains the source code of a TURN server and TURN client
@@ -771,7 +771,7 @@ Set network engine type for the process (for internal purposes).
771771

772772
This topic is covered in the wiki page:
773773
.PP
774-
http://code.google.com/p/coturn/wiki/turn_performance_and_load_balance
774+
https://github.com/coturn/coturn/wiki/turn_performance_and_load_balance
775775
.PP
776776
===================================
777777
.SH WEBRTC USAGE
@@ -872,7 +872,7 @@ knowledge of the shared secret, a new temporary password cannot be generated.
872872
.PP
873873
This is all formally described in Justin's Uberti TURN REST API document
874874
that can be obtained following the link "TURN REST API" in the \fBTURN Server\fP
875-
project's page http://code.google.com/p/coturn/.
875+
project's page https://github.com/coturn/coturn/.
876876
.PP
877877
Once the temporary username and password are obtained by the client (browser)
878878
application, then the rest is just 'classic" long\-term credentials mechanism.
@@ -1155,11 +1155,11 @@ STUN NAT behavior discovery RFC 5780
11551155

11561156
project page:
11571157
.PP
1158-
http://code.google.com/p/coturn/
1158+
https://github.com/coturn/coturn/
11591159
.PP
11601160
Wiki page:
11611161
.PP
1162-
http://code.google.com/p/coturn/wiki/Readme
1162+
https://github.com/coturn/coturn/wiki
11631163
.PP
11641164
forum:
11651165
.PP

man/man1/turnutils.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" Text automatically generated by txt2man
2-
.TH TURN 1 "15 June 2015" "" ""
2+
.TH TURN 1 "19 July 2015" "" ""
33
.SH GENERAL INFORMATION
44

55
A set of turnutils_* programs provides some utility functionality to be used
@@ -411,11 +411,11 @@ STUN NAT behavior discovery RFC 5780
411411

412412
project page:
413413
.PP
414-
http://code.google.com/p/coturn/
414+
https://github.com/coturn/coturn/
415415
.PP
416416
Wiki page:
417417
.PP
418-
http://code.google.com/p/coturn/wiki/Readme
418+
https://github.com/coturn/coturn/wiki
419419
.PP
420420
forum:
421421
.PP

0 commit comments

Comments
 (0)