Syntax error in XMPP config example

This commit is contained in:
Mikael Nordfeldth 2013-08-28 18:00:23 +02:00
parent de55d8f83b
commit cb94a29e84
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ default values are in (parenthesis)
Example
=======
addPlugin('xmpp', array(
'user=>'update',
'server=>'identi.ca',
'user'=>'update',
'server'=>'identi.ca',
'password'=>'...',
'public'=>array('bob@aol.com', 'sue@google.com')
));