[Pidgin] #48: Make SIP/SIMPLE work with Microsoft Live Communication Server
Pidgin
trac at pidgin.im
Mon Dec 1 12:40:24 EST 2008
#48: Make SIP/SIMPLE work with Microsoft Live Communication Server
---------------------------+------------------------------------------------
Reporter: MarkDoliner | Owner: shulman
Type: patch | Status: new
Milestone: | Component: SIMPLE
Version: 2.0 | Resolution:
Keywords: MS LCS SIMPLE |
---------------------------+------------------------------------------------
Comment(by fixxxer):
Replying to [comment:217 gburt]:
> Hey Fixxxer,
>
> Your commit
[http://repo.or.cz/w/siplcs.git?a=commitdiff;h=374747d09dfc9909d4e4fdac16c358272183a7ce
"Fixed when 'activity' got back a garbage value"] - were you actually
seeing a crash or bad behavior before your patch?
Yes, I was. But indeed the problem was your debug output:
purple_debug_info("sipe", "process_incoming_notify: activity(%s)\n",
activity);
[[BR]]
Because you don't initialize the value then 'activity' got a NULL value
when I connected. In my server this is always: the first time the server
sends the NOTIFY without 'activity' XML part (just report open or closed),
but after it sends another NOTIFY where includes the 'activity' part.
[[BR]]
Also, the below part was because I sometimes I got another value different
to 'busy','away','avalaible', then pidgin doesn't put a correct status to
the almost all contacts (inclusive doesn't put the 'avalaible'), may be
OCS has another status I got a number 286 (I think I don't remember fine).
[[BR]]
Now, I'm working in the last problem I found: after some minutes (may be
hours) pidgin lost the SSL connection and crash. I always get it.
Regards.
--
Ticket URL: <http://developer.pidgin.im/ticket/48#comment:219>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list