plugins/Xmpp/README fixed typos

This commit is contained in:
Florian Schmaus 2013-10-19 18:48:37 +02:00 committed by Mikael Nordfeldth
parent b7d45e176b
commit c70a519555
1 changed files with 2 additions and 2 deletions

View 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')