From 6c7fb15da1ebea3aa1c8fd9cc2e5c291743361c7 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 25 Dec 2009 00:34:30 +1300 Subject: [PATCH] Remove obsolete & unsupported notifications-URL. --- inc/CalDAVPrincipal.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/inc/CalDAVPrincipal.php b/inc/CalDAVPrincipal.php index 38d00b7a..be12df36 100644 --- a/inc/CalDAVPrincipal.php +++ b/inc/CalDAVPrincipal.php @@ -492,10 +492,6 @@ class CalDAVPrincipal $reply->CalendarserverElement($prop, 'dropbox-home-URL', $reply->href($this->dropbox_url) ); break; -# case 'http://calendarserver.org/ns/:notifications-URL': -# $reply->CalendarserverElement($prop, 'notifications-URL', $reply->href($this->notifications_url) ); -# break; - case 'http://calendarserver.org/ns/:xmpp-server': if ( ! isset( $this->xmpp_uri ) ) return false; $reply->CalendarserverElement($prop, 'xmpp-server', $this->xmpp_server );