Reputation: 41
I am planning to build an application to transfer a file from one android phone to other using SIP server. Is it possible to implement this by using Android's native SIP APIs? Thank you!!
Upvotes: 2
Views: 291
Reputation: 15257
You can encode your file into multiple sip messages with type MESSAGE and send it via android sip API. but anyway that is not nice way.
For messaging better use jabber.
Upvotes: 1