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/faizanretai/FileTransfer-2