comparison mod_flash_policy/README.markdown @ 2876:ea6b5321db50

README files: Fix typos
author Kim Alvefur <zash@zash.se>
date Sun, 04 Feb 2018 16:05:27 +0100
parents 4d73a1a6ba68
children
comparison
equal deleted inserted replaced
2875:c3a039972b74 2876:ea6b5321db50
12 the flash client requests for an xml "file" on port 584 or the 12 the flash client requests for an xml "file" on port 584 or the
13 connecting port (5222 in the case of default xmpp). Responding on port 13 connecting port (5222 in the case of default xmpp). Responding on port
14 584 is tricky because it requires root priviliges to set up a socket on 14 584 is tricky because it requires root priviliges to set up a socket on
15 a port \< 1024. 15 a port \< 1024.
16 16
17 This plugins filters the incomming data from the flash client. So when 17 This plugins filters the incoming data from the flash client. So when
18 the client connects with prosody it immediately sends a xml request 18 the client connects with prosody it immediately sends a xml request
19 string (`<policy-file-request/>\0`). Prosody responds with a flash 19 string (`<policy-file-request/>\0`). Prosody responds with a flash
20 cross-domain-policy. See 20 cross-domain-policy. See
21 http://www.adobe.com/devnet/flashplayer/articles/socket\_policy\_files.html 21 http://www.adobe.com/devnet/flashplayer/articles/socket\_policy\_files.html
22 for more information. 22 for more information.