]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Xmpp/README
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
[quix0rs-gnu-social.git] / plugins / Xmpp / README
index 9bd71e98072083b1e21f1d3dfcdfc12b255c8c62..96b0f3291a261bd578c454647dd493fcf230c3b9 100644 (file)
@@ -1,4 +1,5 @@
-The XMPP plugin allows users to send and receive notices over the XMPP/Jabber/GTalk network.
+The XMPP plugin allows users to send and receive notices over the
+XMPP/Jabber/GTalk network.
 
 Installation
 ============
@@ -6,9 +7,10 @@ add "addPlugin('xmpp',
     array('setting'=>'value', 'setting2'=>'value2', ...);"
 to the bottom of your config.php
 
-The daemon included with this plugin must be running. It will be started by
-the plugin along with their other daemons when you run scripts/startdaemons.sh.
-See the StatusNet README for more about queuing and daemons.
+The daemon included with this plugin must be running. It will be
+started by the plugin along with their other daemons when you run
+scripts/startdaemons.sh. See the StatusNet README for more about queuing and
+daemons.
 
 Settings
 ========
@@ -32,4 +34,3 @@ addPlugin('xmpp', array(
     'password'=>'...',
     'public'=>array('bob@aol.com', 'sue@google.com')
 ));
-