comparison mod_pubsub_twitter.wiki @ 454:528721aaea46

a bunch of pages: strip trailing whitespace
author Kim Alvefur <zash@zash.se>
date Sun, 27 Apr 2014 03:42:02 +0200
parents 8e758f27b460
children
comparison
equal deleted inserted replaced
453:85a5df9cc05f 454:528721aaea46
10 This module must be loaded on a Prosody pubsub component. Add it to `modules_enabled` and configure like so: 10 This module must be loaded on a Prosody pubsub component. Add it to `modules_enabled` and configure like so:
11 11
12 {{{ 12 {{{
13 Component "pubsub.example.com" "pubsub" 13 Component "pubsub.example.com" "pubsub"
14 modules_enabled = { "pubsub_twitter" } 14 modules_enabled = { "pubsub_twitter" }
15 15
16 twitter_searches = { 16 twitter_searches = {
17 realtime = "xmpp OR realtime"; 17 realtime = "xmpp OR realtime";
18 prosody = "prosody xmpp"; 18 prosody = "prosody xmpp";
19 } 19 }
20 }}} 20 }}}