aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-10-06 19:46:44 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-10-06 19:46:44 -0700
commita0ecdd025eadf22142c7ed5018b930127ea10d9f (patch)
tree861eac177aea2bde9a16d3c4d0739a2396d664d8 /boot.php
parent98ebcada61dd76b0707869ca6e3ee6b16613cadf (diff)
downloadvolse-hubzilla-a0ecdd025eadf22142c7ed5018b930127ea10d9f.tar.gz
volse-hubzilla-a0ecdd025eadf22142c7ed5018b930127ea10d9f.tar.bz2
volse-hubzilla-a0ecdd025eadf22142c7ed5018b930127ea10d9f.zip
infrastructure for salmon
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 194ee6a01..8e42c5fad 100644
--- a/boot.php
+++ b/boot.php
@@ -28,6 +28,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_SALMON_ME', 'http://salmon-protocol.org/ns/magic-env');
define ( 'ACTIVITY_LIKE', NAMESPACE_ACTIVITY_SCHEMA . 'like' );
define ( 'ACTIVITY_DISLIKE', NAMESPACE_DFRN . '/dislike' );