]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
plugins/Xmpp/README fixed typos
authorFlorian Schmaus <flo@geekplace.eu>
Sat, 19 Oct 2013 16:48:37 +0000 (18:48 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 20 Oct 2013 19:05:09 +0000 (21:05 +0200)
plugins/Xmpp/README

index 96661df47ed088e9326fccff0fbc5e5dcecab7c8..3b1093c886c3bf401f44fdc975a9836f2bd8e1ff 100644 (file)
@@ -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')