mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +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) );
|
$reply->CalendarserverElement($prop, 'dropbox-home-URL', $reply->href($this->dropbox_url) );
|
||||||
break;
|
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':
|
case 'http://calendarserver.org/ns/:xmpp-server':
|
||||||
if ( ! isset( $this->xmpp_uri ) ) return false;
|
if ( ! isset( $this->xmpp_uri ) ) return false;
|
||||||
$reply->CalendarserverElement($prop, 'xmpp-server', $this->xmpp_server );
|
$reply->CalendarserverElement($prop, 'xmpp-server', $this->xmpp_server );
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user