Pankaj
Pankaj

Reputation: 41

File transfer using SIP server

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

Answers (1)

arheops
arheops

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

Related Questions