From c70a519555085583c4e8cd44ddb399cfe41dc538 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 19 Oct 2013 18:48:37 +0200 Subject: [PATCH] plugins/Xmpp/README fixed typos --- plugins/Xmpp/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Xmpp/README b/plugins/Xmpp/README index 96661df47e..3b1093c886 100644 --- a/plugins/Xmpp/README +++ b/plugins/Xmpp/README @@ -28,7 +28,7 @@ public: list of jid's that should get the public feed (firehose) default values are in (parenthesis) Note that setting 'host' is required if the XMPP service is configured -with DNS SRV records, since the XMPPHP does currently not support SRV +with DNS SRV records, since XMPPHP does currently not support SRV lookups. @@ -36,7 +36,7 @@ Example ======= addPlugin('xmpp', array( 'user'=>'update', - 'resource'=>'social, + 'resource'=>'social', 'server'=>'identi.ca', 'password'=>'...', 'public'=>array('bob@aol.com', 'sue@google.com')