Yashwanth Babu
Yashwanth Babu

Reputation: 939

Sending images in chat using strophe js

I am developing a web based chat application using Strophe js. I am using Ejabberd XMPP Server. I went through the plugins provided by strophe js but I dint found any plugin to send/receive images. I searched all kind of questions but dint find any perfect answer. How can and send images to other user using strophe js?? Is there any direct way of plugin to do that??

Please help

Thanks in advance

Upvotes: 0

Views: 937

Answers (1)

Mickaël Rémond
Mickaël Rémond

Reputation: 9055

in XMPP, sending images is about doing file transfer. This is not really convenient to do in a browser. You should look into a solution based on custom XMPP signalling and HTTP file upload / download.

Upvotes: 1

Related Questions