SleekXMPP
SleekXMPP copied to clipboard
Feature request: XEP0234 or XEP0363 for file transfer compatible with Conversations
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.
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 : looks promising ! May I ask you why you didn't suggest a PR ? This kind of feature would be very interesting.