mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-28 05:53:35 +00:00
Remove obsolete & unsupported notifications-URL.
This commit is contained in:
parent
f5bbff82c9
commit
6c7fb15da1
@ -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 );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user