plugins/Xmpp/README fixed typos
This commit is contained in:
parent
b7d45e176b
commit
c70a519555
@ -28,7 +28,7 @@ public: list of jid's that should get the public feed (firehose)
|
|||||||
default values are in (parenthesis)
|
default values are in (parenthesis)
|
||||||
|
|
||||||
Note that setting 'host' is required if the XMPP service is configured
|
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.
|
lookups.
|
||||||
|
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ Example
|
|||||||
=======
|
=======
|
||||||
addPlugin('xmpp', array(
|
addPlugin('xmpp', array(
|
||||||
'user'=>'update',
|
'user'=>'update',
|
||||||
'resource'=>'social,
|
'resource'=>'social',
|
||||||
'server'=>'identi.ca',
|
'server'=>'identi.ca',
|
||||||
'password'=>'...',
|
'password'=>'...',
|
||||||
'public'=>array('bob@aol.com', 'sue@google.com')
|
'public'=>array('bob@aol.com', 'sue@google.com')
|
||||||
|
Loading…
Reference in New Issue
Block a user