diff options
author | Friendika <info@friendika.com> | 2011-06-20 19:08:40 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-20 19:08:40 -0700 |
commit | 55112cfdd0dc63c8ad7f719aea5b46db37fcf081 (patch) | |
tree | bdd28ad235fdc20dc2b711c77d14c2f53f0a3868 /boot.php | |
parent | db336929cd1211e6704914c77dc332d7555decff (diff) | |
download | volse-hubzilla-55112cfdd0dc63c8ad7f719aea5b46db37fcf081.tar.gz volse-hubzilla-55112cfdd0dc63c8ad7f719aea5b46db37fcf081.tar.bz2 volse-hubzilla-55112cfdd0dc63c8ad7f719aea5b46db37fcf081.zip |
item source
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,7 @@ ini_set('pcre.backtrack_limit', 250000); define ( 'FRIENDIKA_VERSION', '2.2.1017' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1064 ); +define ( 'DB_UPDATE_VERSION', 1065 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); @@ -128,6 +128,8 @@ define ( 'NAMESPACE_OSTATUSSUB', 'http://ostatus.org/schema/1.0/subscribe' define ( 'NAMESPACE_GEORSS', 'http://www.georss.org/georss' ); define ( 'NAMESPACE_POCO', 'http://portablecontacts.net/spec/1.0' ); define ( 'NAMESPACE_FEED', 'http://schemas.google.com/g/2010#updates-from' ); +define ( 'NAMESPACE_OSTATUS', 'http://ostatus.org/schema/1.0' ); +define ( 'NAMESPACE_STATUSNET', 'http://status.net/schema/api/1/' ); /** * activity stream defines |