- silenced some MSN Messenger provoked WARNings (empty user)

This commit is contained in:
Thomas Ries 2004-06-11 18:48:20 +00:00
parent 6116f79ecf
commit 352a0f43a9
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
0.5.7
=====
11-Jun-2004: - silenced some MSN Messenger provoked WARNings (empty user)
29-May-2004: - "determine next hop" also takes Route header into account
(outgoing packets only, incoming can not have a proxy
in between siproxd and the client anyway)

View File

@ -226,7 +226,7 @@ A: First make sure that you have an SIP enabled MSN messenger, which
is a separate download from the non-SIP-enabled Messenger 5 at
http://www.microsoft.com/windows/messenger.
For the configuration, the local IP address of siproxd as the server
For the configuration, enter the local IP address of siproxd as the server
and 266xxx@fwd.pulver.com as your address. When the authentication
dialog comes up you must use your FWD_NUMBER (266xxx) and your password.
Messenger misleads you into typing FWD_NUMBER@fwd.pulver.com which

View File

@ -275,7 +275,7 @@ int compare_url(osip_uri_t *url1, osip_uri_t *url2) {
return STS_FAILURE;
}
} else {
WARN("compare_url: NULL username - ignoring");
DEBUGC(DBCLASS_PROXY, "compare_url: NULL username - ignoring");
}