SleekXMPP icon indicating copy to clipboard operation
SleekXMPP copied to clipboard

Feature request: XEP0234 or XEP0363 for file transfer compatible with Conversations

Open zilon84 opened this issue 7 years ago • 2 comments

Implementation of XEP0234 or XEP0363 would be great as it would enable file/image transfer to the Android client Conversations. The already implemented XEP0066 and XEP0231 do not seem to work with Conversations.

zilon84 avatar Mar 08 '17 18:03 zilon84

I've created a module for XEP 0363:

https://github.com/sezuan/SleekXMPP/tree/xep_0363

It seems to work for at least three users.

Usage (see also: https://github.com/sezuan/uploadr):

url = self['xep_0363'].upload_file(filename)

sezuan avatar Mar 11 '17 12:03 sezuan

@sezuan : looks promising ! May I ask you why you didn't suggest a PR ? This kind of feature would be very interesting.

ldvc avatar Oct 20 '17 23:10 ldvc