<div dir="ltr"><br>Hi Erik,<br><br>Thanks for your help. However, I wish to implement jabber->xo part in sms->jabber->xo for which I will need the list of XOs on server to do local routing to specific XO.<br><br>Thanks<br>
Ankur Verma<br><br><div class="gmail_quote">On Sat, Jul 19, 2008 at 11:19 AM, Erik Garrison <<a href="mailto:erik@laptop.org">erik@laptop.org</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Thu, Jul 17, 2008 at 03:44:45PM -0400, Ankur Verma wrote:<br>
> Hello,<br>
><br>
> I am able to receive SMS text messages through a mobile phone intended to be<br>
> attached to school server. I need to forward this message to a specific XO<br>
> connected on the jabber server. At this moment, I have the message in the<br>
> format XO_name:SMS_Message. My plan is:<br>
><br>
> 1. Get information (Unfriendly Jabber ID? or Nick?) about all the XOs<br>
> connected.<br>
> 2. Compare against the XO_name in message.<br>
> 3. Send SMS_message to it in the form of XMPP message.<br>
<br>
</div>- message received by sms service (for local addressing)<br>
- service uses message header (characters prior to ':') to do local routing<br>
- message is sent to that xo<br>
<br>
So this is sms -> jabber -> xo. Do you also wish to implement xo -><br>
jabber -> sms?<br>
<div class="Ih2E3d"><br>
> Kindly tell me how should I proceed? I will appreciate any<br>
> pointers/alternative approaches from your side.<br>
<br>
</div>You should investigate:<br>
<br>
<a href="http://www.ejabberd.im/mod_sms" target="_blank">http://www.ejabberd.im/mod_sms</a><br>
<a href="http://www.dp.uz.gov.ua/o.palij/mod_sms/" target="_blank">http://www.dp.uz.gov.ua/o.palij/mod_sms/</a><br>
<br>
I am reading this very loosely and quickly, but it appears that this<br>
ejabberd module can integrate ejabber with an sms->smtp transport<br>
service located at (e.g.) <a href="http://sms.exampligratia.net" target="_blank">sms.exampligratia.net</a> in order to provide sms<br>
functionality.<br>
<font color="#888888"><br>
Erik<br>
</font></blockquote></div><br></div>