You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chan.Type.Text currently supports multimedia messages, but does not define a specific mechanism to initiate file transfers for the multimedia attachments. This should be spec'ed.
One way to do it would be to initiate Chan.Type.FileTransfer1 with Requested=true and use some unique identifier to let the other side know which attachment we are requesting. Looks simple, but needs testing.
The text was updated successfully, but these errors were encountered:
Chan.Type.Text currently supports multimedia messages, but does not define a specific mechanism to initiate file transfers for the multimedia attachments. This should be spec'ed.
One way to do it would be to initiate Chan.Type.FileTransfer1 with Requested=true and use some unique identifier to let the other side know which attachment we are requesting. Looks simple, but needs testing.
The text was updated successfully, but these errors were encountered: