$OpenBSD: patch-src_media-stream_c,v 1.1 2016/01/04 22:12:23 ajacoutot Exp $

https://hg.pidgin.im/pidgin/main/rev/5e2587c3b805

--- src/media-stream.c.orig	Mon Jan  4 23:11:03 2016
+++ src/media-stream.c	Mon Jan  4 23:11:39 2016
@@ -1076,7 +1076,7 @@ haze_media_stream_new_native_candidate (TpSvcMediaStre
       if (proto == TP_MEDIA_STREAM_BASE_PROTO_UDP)
         protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_UDP;
       else if (proto == TP_MEDIA_STREAM_BASE_PROTO_TCP)
-        protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP;
+        protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP_PASSIVE;
       else
         DEBUG ("Unknown network protocol");
 
