[Pidgin] #5448: MSN Mobile Message Length Error
Pidgin
trac at pidgin.im
Sat Apr 5 01:10:39 EDT 2008
#5448: MSN Mobile Message Length Error
------------------+---------------------------------------------------------
Reporter: Maiku | Owner: khc
Type: patch | Status: new
Priority: minor | Component: MSN
Version: 2.4.1 | Keywords: msn mobile length error
Pending: 0 |
------------------+---------------------------------------------------------
When sending an MSN Mobile message that is too long, MSN sends you back a
notification right away signifying that the message was too long.
Here is a normal notification when a user sends you a message from their
mobile phone:
{{{
<NOTIFICATION id="0" siteid="111100400" siteurl="http://mobile.msn.com/">
<TO name="username at hostname.com">
<VIA agent="mobile"/>
</TO>
<FROM name="tel:+XXXXXXXXXXX"/>
<MSG pri="1" id="1">
<CAT Id="110110001"/>
<ACTION url="2wayIM.asp"/>
<SUBSCR url="2wayIM.asp"/>
<BODY lcid="1033">
<TEXT>message</TEXT>
</BODY>
</MSG>
</NOTIFICATION>
}}}
and here is the error message when you send a message that is too long:
{{{
<NOTIFICATION id="85" siteid="111100400" siteurl="http://mobile.msn.com/">
<TO name="username at hostname.com">
<VIA agent="mobile"/>
</TO>
<FROM name="tel:+XXXXXXXXXXX"/>
<MSG pri="1" id="407">
<CAT Id="110110001"/>
<ACTION url="2wayIM.asp"/>
<SUBSCR url="2wayIM.asp"/>
<BODY lcid="1033">
<TEXT></TEXT>
</BODY>
</MSG>
</NOTIFICATION>
}}}
Notice the that there is no text in the body of the error message and that
the id attribute of the MSG tag is 407. The id attribute of the
NOTIFICATION tag seems to be a counter of some sort for the messages
(these messages are not in order at all).
--
Ticket URL: <http://developer.pidgin.im/ticket/5448>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list