diff options
author | Youness Alaoui <kakaroto@kakaroto.homelinux.net> | 2015-10-13 20:36:53 -0700 |
---|---|---|
committer | Youness Alaoui <kakaroto@kakaroto.homelinux.net> | 2015-10-13 20:36:53 -0700 |
commit | 914eb216a5ed4c6de1aac76fd348a6f36cf6ef04 (patch) | |
tree | 88f4b897dbb425dcce12147b0bfcb7879fa1d3bc /COPYRIGHT | |
parent | 5d5a041cfe2db840e110b9a2b67c36e9307d2515 (diff) | |
download | pidgin-914eb216a5ed4c6de1aac76fd348a6f36cf6ef04.tar.gz |
Fix for AIM when using gateway proxies
The issue here is that smoe gateway proxies (such as smarsh.com) will
terminate a connection to some services (such as the BART service in
the case with the Smarsh proxy) at which point the flap_connection gets
scheduled for termination and will then check if there are any LOCATE
services connections available, if there are none, it will sign out.
The problem is that the flap_connection_getbytype call will only return
connections that are 'connected' (passed auth) but since the MD5 authentication
method, it never sets any connection to connected, so it thinks there are
no LOCATE connections and signs out.
This should fix other bugs that might be affected by the API call
flap_connection_getbytype returning NULL when it shouldn't.
This should fix issue #14917 : https://developer.pidgin.im/ticket/14917
Reviewed by Jorge Villasenor <salinasv@pidgin.im>
Fixes #14917
Diffstat (limited to 'COPYRIGHT')
0 files changed, 0 insertions, 0 deletions