]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated /api/statusnet/config.xml to show new config params potentially relevant...
authorZach Copley <zach@status.net>
Fri, 5 Feb 2010 21:40:00 +0000 (13:40 -0800)
committerZach Copley <zach@status.net>
Fri, 5 Feb 2010 21:40:00 +0000 (13:40 -0800)
actions/apistatusnetconfig.php

index d2d6e775042579614360db9172a2c9eb651499ac..0345a9bc0781e7cb986d8ac9207cb1eda53672d4 100644 (file)
@@ -52,13 +52,17 @@ require_once INSTALLDIR . '/lib/api.php';
 class ApiStatusnetConfigAction extends ApiAction
 {
     var $keys = array(
-        'site' => array('name', 'server', 'theme', 'path', 'fancy', 'language',
-                        'email', 'broughtby', 'broughtbyurl', 'closed',
-                        'inviteonly', 'private','textlimit'),
-        'license' => array('url', 'title', 'image'),
+        'site' => array('name', 'server', 'theme', 'path', 'logo', 'fancy', 'language',
+                        'email', 'broughtby', 'broughtbyurl', 'timezone', 'closed',
+                        'inviteonly', 'private', 'textlimit', 'ssl', 'sslserver', 'shorturllength'),
+        'license' => array('type', 'owner', 'url', 'title', 'image'),
         'nickname' => array('featured'),
+        'profile' => array('biolimit'),
+        'group' => array('desclimit'),
+        'notice' => array('contentlimit'),
         'throttle' => array('enabled', 'count', 'timespan'),
-        'xmpp' => array('enabled', 'server', 'user')
+        'xmpp' => array('enabled', 'server', 'port', 'user'),
+        'integration' => array('source')
     );
 
     /**