comparison mod_pubsub_post/README.markdown @ 3502:42e9e3c5eb02

mod_pubsub_post/README: Fix some typos
author Kim Alvefur <zash@zash.se>
date Sat, 30 Mar 2019 19:24:18 +0100
parents 1df139b157fb
children 882180b459a0
comparison
equal deleted inserted replaced
3501:1df139b157fb 3502:42e9e3c5eb02
38 ``` 38 ```
39 39
40 Uses the IP address from the HTTP request as actor, which means this 40 Uses the IP address from the HTTP request as actor, which means this
41 pseudo-JID must be given a 'publisher' affiliation. This should work 41 pseudo-JID must be given a 'publisher' affiliation. This should work
42 nicely with the `autocreate_on_publish` setting, where the first actor 42 nicely with the `autocreate_on_publish` setting, where the first actor
43 to attempt to publish to a non-existant node becomes owner of it, which 43 to attempt to publish to a nonexistent node becomes owner of it, which
44 includes publishing rights. 44 includes publishing rights.
45 45
46 ## WebSub 46 ## WebSub
47 47
48 ``` {.lua} 48 ``` {.lua}