Line
Link Here
|
0 |
-- a/src/media-stream.c.orig 2016-01-11 12:37:14.015586000 +0100 |
0 |
++ b/src/media-stream.c 2016-01-11 12:39:24.449684000 +0100 |
Lines 1076-1082
Link Here
|
1076 |
if (proto == TP_MEDIA_STREAM_BASE_PROTO_UDP) |
1076 |
if (proto == TP_MEDIA_STREAM_BASE_PROTO_UDP) |
1077 |
protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_UDP; |
1077 |
protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_UDP; |
1078 |
else if (proto == TP_MEDIA_STREAM_BASE_PROTO_TCP) |
1078 |
else if (proto == TP_MEDIA_STREAM_BASE_PROTO_TCP) |
1079 |
protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP; |
1079 |
protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP_PASSIVE; |
1080 |
else |
1080 |
else |
1081 |
DEBUG ("Unknown network protocol"); |
1081 |
DEBUG ("Unknown network protocol"); |