mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-29 02:07:36 +00:00
Monotone-Parent: 950ea2f4a5916f47123e12564b35c975f97e4c78
Monotone-Revision: a4f965425609368d1347526114e039b4c8f07962 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-20T23:09:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -6613,15 +6613,16 @@ Index: sope-appserver/NGObjWeb/DAVPropMap.plist
|
||||
===================================================================
|
||||
--- sope-appserver/NGObjWeb/DAVPropMap.plist (revision 1664)
|
||||
+++ sope-appserver/NGObjWeb/DAVPropMap.plist (working copy)
|
||||
@@ -157,6 +157,7 @@
|
||||
@@ -157,6 +157,8 @@
|
||||
"{urn:ietf:params:xml:ns:caldav}supported-calendar-data" =
|
||||
davSupportedCalendarDataTypes;
|
||||
"{urn:ietf:params:xml:ns:caldav}calendar-description" = davDescription;
|
||||
+ "{urn:ietf:params:xml:ns:caldav}calendar-timezone" = davCalendarTimeZone;
|
||||
+ "{urn:ietf:params:xml:ns:caldav}schedule-default-calendar-URL" = davScheduleDefaultCalendarURL;
|
||||
|
||||
/* CardDAV */
|
||||
"{urn:ietf:params:xml:ns:carddav}addressbook-home-set" = davAddressbookHomeSet;
|
||||
@@ -168,6 +169,8 @@
|
||||
@@ -168,6 +170,8 @@
|
||||
"{http://calendarserver.org/ns/}dropbox-home-URL" = davDropboxHomeURL;
|
||||
"{http://calendarserver.org/ns/}notifications-URL" = davNotificationsURL;
|
||||
"{http://calendarserver.org/ns/}getctag" = davCollectionTag;
|
||||
@@ -7338,6 +7339,15 @@ Index: sope-appserver/NGObjWeb/WOHttpAdaptor/WOHttpTransaction.m
|
||||
hasConnectionHeader = YES;
|
||||
}
|
||||
|
||||
@@ -789,7 +798,7 @@
|
||||
NSLog(@" END: %@", fieldName);
|
||||
#endif
|
||||
}
|
||||
-
|
||||
+
|
||||
#if HEAVY_DEBUG
|
||||
NSLog(@" HEADER:\n%@", header);
|
||||
NSLog(@" OUT: %@", out);
|
||||
Index: sope-appserver/NGObjWeb/WOHttpAdaptor/WOHttpAdaptor.m
|
||||
===================================================================
|
||||
--- sope-appserver/NGObjWeb/WOHttpAdaptor/WOHttpAdaptor.m (revision 1664)
|
||||
|
||||
Reference in New Issue
Block a user