linphone-tutorials/ios/swift/5-BasicChat
2021-11-04 14:08:35 +01:00
..
BasicChat Extra readme, some formatting, and missing file in Helloworld 2021-09-15 10:58:48 +02:00
BasicChat.xcodeproj Add swift tutorials for basic call, voip push and chat features with SDK 5.0 2021-09-14 15:04:30 +02:00
Podfile Add tutorial for remote notification management through notification service app extension, and update pod files 2021-11-04 14:08:35 +01:00
README.md Add swift tutorials for basic call, voip push and chat features with SDK 5.0 2021-09-14 15:04:30 +02:00

Basic chat tutorial

This tutorial will demonstrate how to send and display a simple SIP message containing either text or an image (but it works the same for any kind of file).

Note that for file transfer, a file transfer server is required. In this tutorial we'll use the one at https://www.linphone.org:444/lft.php that we use in our own linphone-android and linphone-iphone apps, but you can get its source code and deploy your own.

Messages sent in this tutorial are standard SIP messages, so no matter the SIP proxy server you are using it should work, unlike the next advanced chat tutorial.