- silenced some MSN Messenger provoked WARNings (empty user)
This commit is contained in:
parent
6116f79ecf
commit
352a0f43a9
@ -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)
|
||||
|
||||
2
doc/FAQ
2
doc/FAQ
@ -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
|
||||
|
||||
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user