From 2140c2ea37737e591b562cccc71c63e95abd8667 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 21 Aug 2012 23:11:27 -0700 Subject: basic hub registration --- boot.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 06094e42b..cf9aa3d57 100644 --- a/boot.php +++ b/boot.php @@ -204,6 +204,12 @@ define ( 'NOTIFY_POKE', 0x0200 ); define ( 'NOTIFY_SYSTEM', 0x8000 ); + +define ( 'HUBLOC_FLAGS_PRIMARY', 0x0001); +define ( 'HUBLOC_FLAGS_UNVERIFIED', 0x0002); + + + /** * Tag/term types */ -- cgit v1.2.3