--- a/libpurple/protocols/jabber/jingle/iceudp.c Thu Mar 23 21:01:15 2017 +0300 +++ b/libpurple/protocols/jabber/jingle/iceudp.c Fri Mar 24 02:23:46 2017 +0300 @@ -402,7 +402,7 @@ xmlnode_set_attrib(xmltransport, "protocol", candidate->protocol); if (candidate->reladdr != NULL && - (strcmp(candidate->ip, candidate->reladdr) || + (!purple_strequal(candidate->ip, candidate->reladdr) || (candidate->port != candidate->relport))) { gchar *relport = g_strdup_printf("%d", candidate->relport);