mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-03 07:44:25 +00:00
fix(dav): render DAV exceptions as XML
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
Copyright (C) 2004-2005 SKYRIX Software AG
|
||||
Copyright (C) 2006-2015 Inverse inc.
|
||||
Copyright (C) 2006-2022 Inverse inc.
|
||||
|
||||
This file is part of SOGo.
|
||||
|
||||
@@ -174,6 +174,10 @@
|
||||
|
||||
- (NSString *) labelForKey: (NSString *) key;
|
||||
|
||||
- (id) exceptionWithHTTPStatus: (unsigned short) theStatus;
|
||||
- (id) exceptionWithHTTPStatus: (unsigned short) theStatus
|
||||
reason: (NSString *) theReason;
|
||||
|
||||
/* description */
|
||||
|
||||
- (void) appendAttributesToDescription:(NSMutableString *)_ms;
|
||||
|
||||
Reference in New Issue
Block a user