Bug #178
Can't connect with MSN
| Status: | Closed | Start: | 11/02/2008 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | MSN Protocol | Spent time: | - | |
| Target version: | 0.9.2 | |||
| Operating System: | Haiku |
Description
Can't connect with MSN on Haiku, attached there's the error log.
History
Updated by Michael Davidson almost 2 years ago
- Category set to MSN Protocol
Looking at the log it appears as though you're actually connecting and being set online fine. The issue seems to be the repeated calls to AddBuddy() with a NULL parameter - so you're not actually getting any of your buddies registered as being visible.
I think this is a Haiku specific issue as under Zeta it works fine. Things to look at; * In MSN.cpp in Process() under the IM::REGISTER_CONTACTS do a msg->PrintToStream() and see if the message looks okay * Search for REGISTER_CONTACTS in server/im_server.cpp and debug the ID being sent to the protocols that way we can isolate if it's valid before arriving at the protocol.
Updated by Pier Luigi Fiorini almost 2 years ago
- Status changed from New to Assigned
- Assigned to set to Pier Luigi Fiorini
Updated by Michael Davidson over 1 year ago
- Status changed from Assigned to Closed
MSN has since been upgraded to the newest protocol (MSNP15) and connects fine.
Note: MSNP15 introduced a new way to obtain your contact list and this has not yet been implemented. As such all contacts will appear offline (On Zeta and Haiku)