]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/atom10feed.php
got uploads sortof working - database portion doesn't work though.
[quix0rs-gnu-social.git] / lib / atom10feed.php
index c1fdeaae935719e15c0fe8d2ac33955664759e61..a46d49f3509518ff0c7a4a89fa6a403da0f4e59e 100644 (file)
@@ -176,6 +176,14 @@ class Atom10Feed extends XMLStringer
         }
         $this->elementStart('feed', $commonAttrs);
 
+        $this->element(
+            'generator', array(
+                'uri'     => 'http://status.net',
+                'version' => STATUSNET_VERSION
+            ),
+            'StatusNet'
+        );
+
         $this->element('id', null, $this->id);
         $this->element('title', null, $this->title);
         $this->element('subtitle', null, $this->subtitle);