diff options
author | zotlabs <mike@macgirvin.com> | 2018-12-09 16:37:15 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-12-09 16:37:15 -0800 |
commit | 214b81e49174b98f09382eec3ef2bd7ecf24ad01 (patch) | |
tree | f1d16273140bbc0f54438a27d124459573916931 /boot.php | |
parent | e60fb175242516382d1e1a61fce327c38515f3ee (diff) | |
download | volse-hubzilla-214b81e49174b98f09382eec3ef2bd7ecf24ad01.tar.gz volse-hubzilla-214b81e49174b98f09382eec3ef2bd7ecf24ad01.tar.bz2 volse-hubzilla-214b81e49174b98f09382eec3ef2bd7ecf24ad01.zip |
rmagic discovery for z6 networks
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -439,6 +439,7 @@ define ( 'TERM_OBJ_APP', 7 ); * various namespaces we may need to parse */ define ( 'PROTOCOL_ZOT', 'http://purl.org/zot/protocol' ); +define ( 'PROTOCOL_ZOT6', 'http://purl.org/zot/protocol/6.0' ); define ( 'NAMESPACE_ZOT', 'http://purl.org/zot' ); define ( 'NAMESPACE_DFRN' , 'http://purl.org/macgirvin/dfrn/1.0' ); define ( 'NAMESPACE_THREAD' , 'http://purl.org/syndication/thread/1.0' ); |