12

I want my received SMS to automagically be forwarded via Jabber (XMPP), so I can read them on my current PC.

I don't want to send SMS from my computer, though I would not mind the feature as an extra bonus.

How can I achieve this?

k0pernikus
  • 793
  • 5
  • 13
  • 35
  • Why Jabber? Try Air Droid.. – iOS Apr 14 '12 at 17:19
  • @SachinShekhar Because I want it :) I want to instaread my SMS on my current PC. – k0pernikus Apr 17 '12 at 11:07
  • Related: http://android.stackexchange.com/questions/4738/how-can-i-be-informed-through-my-computer-if-a-new-sms-is-received and http://android.stackexchange.com/questions/1784/how-do-i-send-sms-from-pc-through-android-phone-or-to-android-phone – Flow Apr 17 '12 at 11:53
  • If you want this for a separate phone number (not relayed over your android device or similar) you could look into https://jmp.chat – singpolyma Dec 18 '17 at 16:55

3 Answers3

9

GTalkSMS (Google Project Page) does what you want (and much more).

Edit: After actively developing GTalkSMS, I decided that it's time to spawn a new project called MAXS. See my second answer.

Note: According to the FAQ I have to disclose that I am involved into GtalkSMS. GTalkSMS is an open source GPL licensed Android app. Everyone can contribute.

Flow
  • 18,464
  • 16
  • 79
  • 138
2

MAXS (Modular Android XMPP Suite) does what you want, and much more. You can reply to incoming SMS messages or send them via XMPP. All you need is a standard XMPP client on your PC.

Note: According to the FAQ I have to disclose that I am involved into MAXS. MAXS is an open source GPLv3 licensed Android app. Everyone can contribute.

Flow
  • 18,464
  • 16
  • 79
  • 138
1

If XMPP is not a must have you should check out MightyText app and Chrome extension.

I use it every day. You don't need to have your phone near you because you see SMS messages and you can respond from the app. You can even initiate a phone call from the extension (web app).

ale
  • 19,723
  • 34
  • 110
  • 159