I'm making a C# Wrapper for Yahoo IM API. Sometimes when I'm using the server developer.messenger.yahoo.com
, it gave me errors (4xx or 5xx
).
After hours searching on the web, I found this link https://help.yahoo.com/kb/SLN1227.html
. The link contains information about Yahoo Messenger Servers, Port and Protocols
.
I want to know can I use these servers to replace developer.messenger.yahooapis.com
server?
In the link you've posted, the configurations are supposed to be used by the IM client itself, not to use with the API.
So, probably they'll NOT work.