本文介绍了ejabberd是否支持离线文件传输?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用ejabberd作为服务器的XMPP客户端。
我的问题是如何支持离线文件传输?

I am working on an XMPP client, using ejabberd as server.My question is how can I support offline file transferring?

我只想对图像文件进行离线文件传输。

I only want to do the offline file transferring for image files.

例如,
即使他处于离线状态,我也可以将图像传输给John。
当John重新上线时,
服务器将向他发送图像。

For example, I can transfer an image to John even if he is offline.When John comes back online, the server will send him the image.

我该怎么做?

推荐答案

XMPP对此进行了扩展--但是被推迟了!

XMPP had an extension for this - XEP-0129: WebDAV File Transfers - but it is deferred!

我正在寻找相同的解决方案。我遇到了它,但是没有找到仍支持它的XMPP服务器。

I am searching for the same solution. I came across it, but did not find a XMPP server still supporting it.

仍在寻找解决方案。

这篇关于ejabberd是否支持离线文件传输?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-21 05:22