adium/adium

92fa28ff1873
Merged matthewkotila/adium/tip into default

Fixes #16970 ("Transition from SenTestingKit to XCTest") in order to build on OS X 10.11 / Xcode 7.2.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="connection, connecting, disconnect, login, logout, MSN, HTTP" />
<meta name="description" content="MSN-specific connection problems" />
<title>MSN-specific connection problems</title>
<link href="../css/topicpage.css" type="text/css" rel="stylesheet" media="all" />
</head>
<body>
<div id="banner"> <a name="tabs" id="tabs"></a>
<div id="navleft"><a class="navleftsty" href="../AdiumHelp.html">Adium Help</a> <a class="navleftsty" href="AdiumDocumentation.html">Adium Documentation</a></div>
</div>
<div id="mainbox">
<div id="caticon"> <img src="../gfx/AdiumIcon.png" alt="Adium Icon" height="32" width="32" border="0" /> </div>
<div id="pagetitle">
<h1>MSN-specific connection problems</h1>
</div>
<div class="taskboxline">
<div class="taskboxheader">
<h3>"Retrieving Contact List 100%" / "Reading error"</h3>
</div>
<div class="taskboxtext">
<p>This is caused by "incorrect" contacts in contact lists. If you're running into this error you need you need to remove the offending contact. You can identify it by getting a debug log (see <a class="ext_link" href="https://trac.adium.im/wiki/CurrentAdiumDebug">CurrentAdiumDebug</a> for instructions) and looking for the following sequence in the log:</p>
<pre>(Libpurple: msn) FQY error 241
(Libpurple: msn) FQY response says
&lt;offending contact&gt; is from network 0
(Libpurple: msn) Ignoring user &lt;offending contact&gt;
about which server knows nothing.</pre>
<p>If removing the contact doesn't work with Adium, you could try with the original/mainline client. <a class="ext_link" href="http://developer.pidgin.im/ticket/10023">#p10023</a> has details.</p>
</div>
</div>
<div class="taskboxline">
<div class="taskboxheader">
<h3>"Unable to add user (Unknown error 204)"</h3>
</div>
<div class="taskboxtext">
<p>This can happen when with certain Yahoo users on your MSN contact list. The workaround for "Retrieving Contact List 100%" / "Reading error" also applies here. <a class="ext_link" href="http://developer.pidgin.im/ticket/8988">#p8988</a> has details.</p>
</div>
</div>
<div class="taskboxline">
<div class="taskboxheader">
<h3>"A message may not have been sent; a timeout occurred"</h3>
</div>
<div class="taskboxtext">
<p>The bug that caused this problem on some network configurations is fixed in Adium 1.4 but this error can still happen if you or the person you are talking to are having real network problems.</p>
</div>
</div>
<div class="taskboxline">
<div class="taskboxheader">
<h3>"Message could not be sent because the user is offline"</h3>
</div>
<div class="taskboxtext">
<p>(even though the user is online)</p>
<p>This is related to the the problem above and happens on some network configurations. <a class="ext_link" href="http://developer.pidgin.im/ticket/10049">#p10049</a> has more information.</p>
</div>
</div>
<div class="taskboxline">
<div class="taskboxheader">
<h3>"Buddy list synchronization" error</h3>
</div>
<div class="taskboxtext">
<p><a class="ext_link" href="http://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#WhydoIkeepgettingaBuddyListSynchronizationerror">This Pidgin Wiki page</a> has information which helps you to solve this issue.</p>
</div>
</div>
</div>
<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>