From 083b5da967d52780d0ff2f9e3a01484c45eed38d Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 19 Sep 2014 02:22:12 -0700 Subject: doc updates --- doc/html/zot_8php.html | 96 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 94 insertions(+), 2 deletions(-) (limited to 'doc/html/zot_8php.html') diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index e62ee94f8..5bfa11b54 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -154,6 +154,12 @@ Functions    process_profile_delivery ($sender, $arr, $deliveries)   + process_location_delivery ($sender, $arr, $deliveries) +  + sync_locations ($sender, $arr, $absolute=false) +  + zot_encode_locations ($channel) +   import_directory_profile ($hash, $profile, $addr, $ud_flags=UPDATE_FLAGS_UPDATED, $suppress_update=0)    import_directory_keywords ($hash, $keywords) @@ -549,6 +555,40 @@ Functions

Referenced by externals_run(), onepoll_run(), and zot_import().

+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
process_location_delivery ( $sender,
 $arr,
 $deliveries 
)
+
+ +

Referenced by zot_import().

+
@@ -669,6 +709,40 @@ Functions

Referenced by process_delivery().

+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
sync_locations ( $sender,
 $arr,
 $absolute = false 
)
+
+ +

Referenced by import_xchan(), and process_location_delivery().

+
@@ -801,6 +875,24 @@ Functions

Referenced by admin_page_hubloc_post(), build_sync_packet(), directory_run(), notifier_run(), post_init(), and zping_content().

+ + + +
+
+ + + + + + + + +
zot_encode_locations ( $channel)
+
+ +

Referenced by notifier_run(), and zfinger_init().

+
@@ -900,7 +992,7 @@ which will be processed and delivered before this function ultimately returns.

Only search for active hublocs - e.g. those that haven't been marked deleted

-

Referenced by process_channel_sync_delivery(), and zfinger_init().

+

Referenced by process_channel_sync_delivery(), and zot_encode_locations().

@@ -963,7 +1055,7 @@ which will be processed and delivered before this function ultimately returns. -

The message types handled here are 'activity' (e.g. posts), 'mail' , 'profile', and 'channel_sync'

+

The message types handled here are 'activity' (e.g. posts), 'mail' , 'profile', 'location', and 'channel_sync'

Returns
array => array ( [0] => string $channel_hash, [1] => string $delivery_status, [2] => string $address ) suitable for logging remotely, enumerating the processing results of each message/recipient combination.

Referenced by deliver_run(), and zot_fetch().

-- cgit v1.2.3