[reSIProcate-users] deprecating SMS?
I've just released a little bit more of the SIP MESSAGE demo for Android
https://github.com/resiprocate/android-demo-message
Latest developments:
- you can configure SIP account settings through a menu (press the menu
button)
- it can send and receive SIP MESSAGEs (tested between two phones and
with tryit.jssip.net all through a repro SIP proxy)
- using AlarmManager to ensure it keeps registering even when the phone
sleeps
- incoming MESSAGEs are now displayed as notifications - no mailbox or
anything else, but it is enough to prove that reSIProcate works on Android
The JNI code is a bit rough (e.g. better memory management and error
checking needed) but it is a potential starting point for building any
type of Android or Java JNI applications around reSIProcate. For
example, the whole of repro could be deployed as an app like this
without much extra effort.
Regards,
Daniel