Index: openacs-4/packages/notifications/tcl/delivery-method-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/delivery-method-procs.tcl,v diff -u -r1.16.2.2 -r1.16.2.3 --- openacs-4/packages/notifications/tcl/delivery-method-procs.tcl 28 Dec 2021 11:40:24 -0000 1.16.2.2 +++ openacs-4/packages/notifications/tcl/delivery-method-procs.tcl 12 Jul 2022 14:02:11 -0000 1.16.2.3 @@ -1,7 +1,7 @@ ad_library { Notification Delivery Methods - + Functions to support notification delivery methods. A delivery method is a means by which a notification is sent to a user. "Email" is a common one, but others, like "sms", may exist. @@ -60,7 +60,7 @@ {-delivery_method_id:required} } { scan for replies. - + Every delivery method allows for replies. This is the wrapper proc that indicates to the delivery method service contract implementation that it's time to scan for replies.