<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;">I'm wondering if anyone happens to have an example of how to send an SMS message through AIM using twisted.words.protocols.oscar.&nbsp; Sending instant messages based on the code in oscardemo.py was simple enough, but when I tried to send a message to a phone number through an oscar.BOSConnection.sendMessage method such as:<br><br>self.sendMessage("+19995551212", [(msg,)], wantAck=0, autoResponse=False)<br><br>an SMS text message does not appear to be sent to the specified phone number, however, the number I tried to send the message to did end up appearing under "Recent Buddies" in AIM after trying this.&nbsp; If I then attempt to send an SMS manually through version 6.9.1.2 of the AIM client it works as expected.&nbsp; I'm guessing that perhaps a connection or ICBM parameter needs to be set to enable SMS messaging for the client connection made through oscar.&nbsp; I looked at the code for the oscar protocol in Pidgin to see if that would shed any light on what I could be doing incorrectly and didn't see anything special being done for SMS text messages there aside from converting them to plain text before sending the message along in the same way as IM's are sent except that the user name is a phone number in the +&lt;area code&gt;&lt;number&gt; format I've been trying with.&nbsp; <br><br>thanks,<br><br>Dave<br></div></body>
</html>