Mark
unread,Jun 17, 2008, 2:08:12 PM6/17/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wimas3
Hi, there,
I ran across a case where my sendIM call was getting back status code
603, with text "Target blocked". Looking more closely at the response
object in SendIM's handleResponse method, I saw that there was a field
named "data" with a field "subcode" off of it. In turn, it had
subError and subReason, which turned out to be very useful (they had
the values 14 and "Offline IM not accepted", respectively). It would
be great to percolate that info up to my client, but doing so requires
changing the IMEvent type. Of course, I could do that locally in my
own copy of the wimas source, but it would be nicer if it were part of
wimas. Should be a trivial thing for someone to add and check in.
By the way, I haven't found any real documentation on this
_response.data.subCode object on aol dev site.
Thanks!
Mark