vukoye / xmpp_dart

Lightweight XMPP client library written in Dart
Apache License 2.0
83 stars 64 forks source link

Attachment Transfers Support #36

Open mrgulshanyadav opened 4 years ago

mrgulshanyadav commented 4 years ago

Please add the attachment Transfer support in the package

vukoye commented 4 years ago

Can you please define your request?

mrgulshanyadav commented 4 years ago

XEP-0052: File Transfer. There is no method in current version for transferring files (image/video/docs). Can you please tell me, if there is method available for doing this in this library? Also i want to transfer user phone contacts between jabberIds. Please guide me if i am missing something.

vukoye commented 4 years ago

Yes you are right XMPP-0052 is not yet supported. Also it's currently not possible to transfer contact info's.

mrgulshanyadav commented 4 years ago

You are really doing a great contribution to this library. I can guarantee this will be worth it in the future. If you just add a few more important xmpp extensions to this library this library can become the one for the flutter. Because file transfer is the basic thing nowadays in a chat system.