From 3d03efa9604563cb996759f035d589b11a9bdcbd Mon Sep 17 00:00:00 2001 From: Leonardo Boshell Date: Wed, 7 Feb 2007 22:26:39 +0000 Subject: [PATCH] Close a couple of entities ('make test_xml' appreciates it :)) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229315 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sam/functions/SAM-Connection-connect.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/sam/functions/SAM-Connection-connect.xml b/reference/sam/functions/SAM-Connection-connect.xml index 3c2370e178..e2f9dd3243 100644 --- a/reference/sam/functions/SAM-Connection-connect.xml +++ b/reference/sam/functions/SAM-Connection-connect.xml @@ -1,5 +1,5 @@ - + SAMConnection->connect() @@ -171,9 +171,9 @@ Optional connect option to indicate to an MQTT server that all previous connection data for this client should be removed and that subscriptions should be deleted when the client - disconnects explicitly or unexpectedly. Setting the value to &true causes SAM to discard + disconnects explicitly or unexpectedly. Setting the value to &true; causes SAM to discard any subscription already in place for the client when it connects and also to discard - subscription when the client disconnects. Setting the option to &false, or using the + subscription when the client disconnects. Setting the option to &false;, or using the default, allows subscriptions to be durable and survive across client disconnects.