Shoutbox

Reject Message detect - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Reject Message detect (/showthread.php?tid=92589)

Reject Message detect by xljeff on 10-15-2009 at 07:46 PM

Thanks for your Help !!


Question !
When i use script send Messages to many users , some message will be reject by MSN server ( We know msn server will drop message when you send too many message to users in a short time ) , and we will get a reject RED message in chat window...."this message can't send to user..."

If I want to detect this error (message be rejected) , and Resend the message to that user after 60 seconds ....is there any way i can detect that error?



RE: Reject Message detect by matty on 10-15-2009 at 08:05 PM

Sniffing the protocol is the only way of detecting this if I am not mistaken. I haven't looked into it before so I could be mistaken.


RE: Reject Message detect by xljeff on 10-16-2009 at 09:29 AM

Thank you very much !

I think the only way to use plus! script to fix this , is create a Message pool then send less then 6 message in one minutes..ORZ


RE: Reject Message detect by Spunky on 10-16-2009 at 04:36 PM

quote:
Originally posted by matty
Sniffing the protocol is the only way of detecting this if I am not mistaken. I haven't looked into it before so I could be mistaken.

I'm not too sure. It might be if the TrID doesn't have an ACK message in a certain time limit, which would make it harder than just detecting a particular type of message. I think I looked into it before, but nothing ever came of it...