aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-03 16:48:21 -0700
committerFriendika <info@friendika.com>2010-11-03 16:48:21 -0700
commita985ad4a5407c3cbc0d0a3919e19ddd99bf108af (patch)
tree8d4cc4b5e0cd4d452c571ea41e8f32e81127b028 /boot.php
parent98a508532f0f3ea35748fa650aa3cad5e929e3de (diff)
downloadvolse-hubzilla-a985ad4a5407c3cbc0d0a3919e19ddd99bf108af.tar.gz
volse-hubzilla-a985ad4a5407c3cbc0d0a3919e19ddd99bf108af.tar.bz2
volse-hubzilla-a985ad4a5407c3cbc0d0a3919e19ddd99bf108af.zip
add activity target to items, allow multiple link relations
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 5837f14d3..60fccc0ea 100644
--- a/boot.php
+++ b/boot.php
@@ -2,7 +2,7 @@
set_time_limit(0);
-define ( 'BUILD_ID', 1013 );
+define ( 'BUILD_ID', 1014 );
define ( 'DFRN_PROTOCOL_VERSION', '2.0' );
define ( 'EOL', "<br />\r\n" );
@@ -61,6 +61,7 @@ define ( 'NAMESPACE_THREAD' , 'http://purl.org/syndication/thread/1.0' )
define ( 'NAMESPACE_TOMB' , 'http://purl.org/atompub/tombstones/1.0' );
define ( 'NAMESPACE_ACTIVITY', 'http://activitystrea.ms/spec/1.0/' );
define ( 'NAMESPACE_ACTIVITY_SCHEMA', 'http://activitystrea.ms/schema/1.0/' );
+define ( 'NAMESPACE_MEDIA', 'http://purl.org/syndication/atommedia' );
define ( 'NAMESPACE_SALMON_ME', 'http://salmon-protocol.org/ns/magic-env' );
define ( 'NAMESPACE_OSTATUSSUB', 'http://ostatus.org/schema/1.0/subscribe' );
define ( 'NAMESPACE_GEORSS', 'http://www.georss.org/georss' );