simple-xmpp / node-simple-xmpp

Simple High Level NodeJS XMPP Client
302 stars 90 forks source link

Transfer files method #78

Open danielmain opened 7 years ago

danielmain commented 7 years ago

Hello, is it possible to implement SI File Transfer (XEP-0096) or Jingle (XEP-0166) so that via node js i can stream/send files between two users in XMPP? If not, is there any other alternatives out there?

Thank you!