Menu

#597 Jabber File Transfer

Some Future Release
open
nobody
5
2004-03-15
2004-03-15
No

Jabber supports "out of band" file transfer by sending a URL as
part of a message, and then having the receiver connect and
download the file. To support this, we would need to run a mini
web server as part of Fire when a file transfer is desired.

http://docs.jabber.org/general/html/protocol.html#NAMESPACES-
XOOB

<message from="sailor@denmark.com"
to="horatio@denmark.com">
<body>URL Attached.</body>
<x xmlns="jabber:x:oob">
<url>http://denmark.com/act4/letter-1.html</url>
<desc>There's a letter for you sir</desc>
</x>
</message>

Discussion


Log in to post a comment.