Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリケーションでは、チャットに xmpp ライブラリを使用しています。この場合、テキストを xmpp ライブラリに渡して、テキストを他のユーザーに送信します。
xmpp ライブラリを使用して、画像や動画などのファイルを他のユーザーに送信したいと考えています。そうする可能性はありますか?
はい、XEP-0065 または SIFileTransfer を使用した IBB を使用してファイル共有を実行できます。このリンクをチェックしてください。
https://github.com/faizanrefai/FileTransfer-2