Hi,

SOGo 1.3.4 was working with the iPhone calendar and contacts. We
recently upgraded to 1.3.7 and since then have had problems with
getting things to sync when setting up new devices and creating
accounts on exisitng devices. SOGo is working with Thunderbird and
we've had no sync issues with Thunderbird plus Inverse addons.

I set up a test sever not using SSL and connected to the same
postgresql database so I could see what is happening. The iPhones and
iPod Touch show the same problem with the test server.

Problem: Setting up a new iPhone with a calDav account. It will
correctly validate the account but no further communication happens
between the iPhone and SOGo server. Existing iPhones previously
configured seem to work OK. If a calDav or cardDav account is deleted
and recreated then it no longer works. Setting up accounts on new
devices does not work.

The sogo log shows the follwoing when a new caldav account is created
on the device:
localhost - - [30/May/2011:14:54:56 GMT] "PROPFIND /SOGo/dav/cameron/
HTTP/1.1" 401 0/517 0.016 - - 48K
localhost - - [30/May/2011:14:54:57 GMT] "PROPFIND /SOGo/dav/cameron/
HTTP/1.1" 207 1789/517 0.008 - - 4K
localhost - - [30/May/2011:14:54:57 GMT] "OPTIONS /SOGo/dav/cameron/
HTTP/1.1" 200 0/0 0.002 - - 0

and no further communication. On the iPhone the Calendars setting is
set to Sync -> All Events. I've looked through the logs and the
traffic between devices but have not seen what is causing the problem.
When I create new accounts on the devices there is the initial account
validation but no further synchronization attempts are made.

Any ideas?
Thanks, Bill C.

Environment:
Debian Squeeze
sogo 1.3.7a package installed
PostgresQL database

iPhone/iPod Touch OS 4.2.x and 4.3.x
--------------------------------------------------------
SOGo config:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN"
"http://www.gnustep.org/plist-0_9.xml";>
<plist version="0.9">
<dict>
    <key>NSGlobalDomain</key>
    <dict>
    </dict>
    <key>sogod</key>
    <dict>
        <key>NGImap4DisableIMAP4Pooling</key>
        <string>NO</string>
        <key>OCSFolderInfoURL</key>
        
<string>postgresql://sogo:xxx@172.16.1.16:5432/sogo/sogo_folder_info</string>
        <key>OCSSessionsFolderURL</key>
        
<string>postgresql://sogo:xxx@172.16.1.16:5432/sogo/sogo_sessions_folder</string>
        <key>SOGoACLsSendEMailNotifications</key>
        <string>NO</string>
        <key>SOGoAppointmentSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoCalendarDefaultRoles</key>
        <array>
            <string>PublicDAndTViewer</string>
        </array>
        <key>SOGoDraftsFolderName</key>
        <string>INBOX/Drafts</string>
        <key>SOGoFoldersSendEMailNotifications</key>
        <string>NO</string>
        <key>SOGoForwardEnabled</key>
        <string>NO</string>
        <key>SOGoIMAPServer</key>
        <string>mail.company.ca</string>
        <key>SOGoLDAPQueryLimit</key>
        <string>30</string>
        <key>SOGoLanguage</key>
        <string>English</string>
        <key>SOGoLoginModule</key>
        <string>Mail</string>
        <key>SOGoMailDomain</key>
        <string>company.ca</string>
        <key>SOGoMailReplyPlacement</key>
        <string>above</string>
        <key>SOGoMailSpoolPath</key>
        <string>/var/tmp</string>
        <key>SOGoMailingMechanism</key>
        <string>smtp</string>
        <key>SOGoOtherUsersFolderName</key>
        <string>Other Users</string>
        <key>SOGoPasswordChangeEnabled</key>
        <string>YES</string>
        <key>SOGoProfileURL</key>
        
<string>postgresql://sogo:xxx@172.16.1.16:5432/sogo/sogo_user_profile</string>
        <key>SOGoSMTPServer</key>
        <string>host2.company.ca</string>
        <key>SOGoSentFolderName</key>
        <string>INBOX/Sent</string>
        <key>SOGoSharedFolderName</key>
        <string>INBOX/Shared</string>
        <key>SOGoSieveScriptsEnabled</key>
        <string>YES</string>
        <key>SOGoSuperUsernames</key>
        <array>
            <string>admin</string>
        </array>
        <key>SOGoTimeZone</key>
        <string>Canada/Mountain</string>
        <key>SOGoTrashFolderName</key>
        <string>INBOX/Trash</string>
        <key>SOGoUserSources</key>
        <array>
            <dict>
                <key>CNFieldName</key>
                <string>cn</string>
                <key>IDFieldName</key>
                <string>uid</string>
                <key>UIDFieldName</key>
                <string>uid</string>
                <key>baseDN</key>
                <string>ou=people,dc=company,dc=ca</string>
                <key>bindDN</key>
                <string>cn=reader,dc=company,dc=ca</string>
                <key>bindPassword</key>
                <string>xxx</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>displayName</key>
                <string>Company Directory</string>
                <key>hostname</key>
                <string>host.company.ca</string>
                <key>id</key>
                <string>public</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>port</key>
                <string>389</string>
                <key>type</key>
                <string>ldap</string>
            </dict>
            <dict>
                <key>CNFieldName</key>
                <string>cn</string>
                <key>IDFieldName</key>
                <string>uid</string>
                <key>UIDFieldName</key>
                <string>uid</string>
                <key>baseDN</key>
                <string>o=string</string>
                <key>canAuthenticate</key>
                <string>NO</string>
                <key>displayName</key>
                <string>Other Company Directory</string>
                <key>filter</key>
                <string>(Public=&apos;rest&apos;)</string>
                <key>hostname</key>
                <string>host1.company.ca</string>
                <key>id</key>
                <string>sil</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>port</key>
                <string>389</string>
                <key>type</key>
                <string>ldap</string>
            </dict>
        </array>
        <key>SOGoVacationEnabled</key>
        <string>YES</string>
        <key>SOGoZipPath</key>
        <string>/bin/gzip</string>
        <WOUseRelativeURLs</key>
        <string>YES</string>
    </dict>
</dict>
</plist>
----------------------------------------------------
Apache config
Alias /SOGo.woa/WebServerResources/ \
      /usr/lib/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ \
      /usr/lib/GNUstep/SOGo/WebServerResources/
AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
           /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2

<Directory /usr/lib/GNUstep/SOGo/>
    AllowOverride None
    Order deny,allow
    Allow from all
</Directory>

<LocationMatch 
"^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*\.(jpg|png|gif|css|js)">
  SetHandler default-handler
</LocationMatch>

ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On

ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0

<Proxy http://127.0.0.1:20000/SOGo>
## adjust the following to your configuration
  RequestHeader set "x-webobjects-server-port" "80"
  RequestHeader set "x-webobjects-server-name" "server.company.ca"
  RequestHeader set "x-webobjects-server-url" "http://server.company.ca";
  RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
  RequestHeader set "x-webobjects-remote-host" %{REMOTE_HOST}e env=REMOTE_HOST

  AddDefaultCharset UTF-8

  Order allow,deny
  Allow from all
</Proxy>

## We use mod_rewrite to pass remote address to the SOGo proxy.
# The remote address will appear in SOGo's log files and in the X-Forward
# header of emails.
RewriteEngine On
RewriteRule ^/SOGo/(.*)$ /SOGo/$1 [env=REMOTE_HOST:%{REMOTE_ADDR},PT]
-------------------------------------------------

Attached file: caldav.txt
tcpdump of communication between device and SOGo server when a new
caldav account is created. That is the only communication that takes
place.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists
#tcpdump -Ani eth0 not port 22 and host 172.16.1.176
listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
14:45:59.478227 IP 172.16.1.176.50201 > 172.16.1.6.80: Flags [S], seq 
2380151620, win 65535, options [mss 1460,nop,wscale 2,nop,nop,TS val 576960002 
ecr 0,sackOK,eol], length 0
E..@.@.?..............P..;D........v7............."c..........
14:45:59.478258 IP 172.16.1.6.80 > 172.16.1.176.50201: Flags [S.], seq 
2468474144, ack 2380151621, win 5792, options [mss 1460,sackOK,TS val 215251499 
ecr 576960002,nop,wscale 1], length 0
E..<..@.@............P...!. ..;E....iJ...........z+"c......
14:45:59.481112 IP 172.16.1.176.50201 > 172.16.1.6.80: Flags [.], ack 1, win 
32942, options [nop,nop,TS val 576960003 ecr 215251499], length 0
E..4..@.?..............P..;E.!.!..........."c....z+
14:45:59.505395 IP 172.16.1.176.50201 > 172.16.1.6.80: Flags [P.], seq 1:153, 
ack 1, win 32942, options [nop,nop,TS val 576960003 ecr 215251499], length 152
E....{@.?..............P..;E.!.!.....M....."c....z+
PROPFIND / HTTP/1.1
Host: server.company.ca
User-Agent: DAVKit/5.0 (767)
Depth: 0
Content-Type: text/xml
Content-Length: 139
Connection: close

14:45:59.505423 IP 172.16.1.6.80 > 172.16.1.176.50201: Flags [.], ack 153, win 
3432, options [nop,nop,TS val 215251505 ecr 576960003], length 0
h.......@.H..........P...!.!..;.....z1"c..
14:45:59.506851 IP 172.16.1.176.50201 > 172.16.1.6.80: Flags [P.], seq 153:292, 
ack 1, win 32942, options [nop,nop,TS val 576960003 ecr 215251499], length 139
E....}@.?..............P..;..!.!....&......"c....z+
<?xml version="1.0" encoding="utf-8"?>
<x0:propfind xmlns:x0="DAV:">
 <x0:prop>
  <x0:principal-collection-set/>
 </x0:prop>
</x0:propfind>
14:45:59.506860 IP 172.16.1.6.80 > 172.16.1.176.50201: Flags [.], ack 292, win 
3968, options [nop,nop,TS val 215251506 ecr 576960003], length 0
E..4..@.@.H..........P...!.!..<h.............z2"c..
14:45:59.570356 IP 172.16.1.6.80 > 172.16.1.176.50201: Flags [P.], seq 1:562, 
ack 292, win 3968, options [nop,nop,TS val 215251522 ecr 576960003], length 561
E..e..@.@.F..........P...!.!..<h....]........zB"c..
HTTP/1.1 405 Method Not Allowed
Date: Mon, 30 May 2011 20:45:59 GMT
Server: Apache/2.2.16 (Debian)
Allow: GET,HEAD,POST,OPTIONS
Vary: Accept-Encoding
Content-Length: 319
Connection: close
Content-Type: text/html; charset=iso-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>405 Method Not Allowed</title>
</head><body>
<h1>Method Not Allowed</h1>
<p>The requested method PROPFIND is not allowed for the URL /index.html.</p>
<hr>
<address>Apache/2.2.16 (Debian) Server at server.company.ca Port 80</address>
</body></html>

14:45:59.570440 IP 172.16.1.6.80 > 172.16.1.176.50201: Flags [F.], seq 562, ack 
292, win 3968, options [nop,nop,TS val 215251522 ecr 576960003], length 0
E..4..@.@.H..........P...!.R..<h.............zB"c..
14:45:59.656812 IP 172.16.1.176.50201 > 172.16.1.6.80: Flags [.], ack 562, win 
32801, options [nop,nop,TS val 576960004 ecr 215251522], length 0
E..4..@.?..............P..<h.!.R...!+"....."c....zB
14:45:59.659265 IP 172.16.1.176.50201 > 172.16.1.6.80: Flags [.], ack 563, win 
32942, options [nop,nop,TS val 576960004 ecr 215251522], length 0
E..4..@.?.g...........P..<h.!.S....*......"c....zB
14:45:59.683025 IP 172.16.1.176.50201 > 172.16.1.6.80: Flags [F.], seq 292, ack 
563, win 32942, options [nop,nop,TS val 576960005 ecr 215251522], length 0
E..4..@.?.!............P..<h.!.S....*......"c....zB
14:45:59.683037 IP 172.16.1.6.80 > 172.16.1.176.50201: Flags [.], ack 293, win 
3968, options [nop,nop,TS val 215251550 ecr 576960005], length 0
E..4..@.@.H..........P...!.S..<i.............z^"c..
14:45:59.723807 IP 172.16.1.176.50202 > 172.16.1.6.80: Flags [S], seq 
3058583113, win 65535, options [mss 1460,nop,wscale 2,nop,nop,TS val 576960005 
ecr 0,sackOK,eol], length 0
E..@..@.?.H............P.NFI........B.............."c..........
14:45:59.723825 IP 172.16.1.6.80 > 172.16.1.176.50202: Flags [S.], seq 
2464945669, ack 3058583114, win 5792, options [mss 1460,sackOK,TS val 215251560 
ecr 576960005,nop,wscale 1], length 0
E..<..@.@............P.......NFJ.................zh"c......
14:45:59.726572 IP 172.16.1.176.50202 > 172.16.1.6.80: Flags [.], ack 1, win 
32942, options [nop,nop,TS val 576960005 ecr 215251560], length 0
E..4..@.?.6m...........P.NFJ..............."c....zh
14:45:59.751449 IP 172.16.1.176.50202 > 172.16.1.6.80: Flags [P.], seq 1:210, 
ack 1, win 32942, options [nop,nop,TS val 576960005 ecr 215251560], length 209
%.....@.?..............P.NFJ........"c....zh
PROPFIND /SOGo/dav/cameron/ HTTP/1.1
Host: server.company.ca
User-Agent: DAVKit/5.0 (767); iCalendar/5.0 (79); iPhone/4.2.1 8C148
Depth: 0
Content-Type: text/xml
Content-Length: 517
Connection: close

14:45:59.751470 IP 172.16.1.6.80 > 172.16.1.176.50202: Flags [.], ack 210, win 
3432, options [nop,nop,TS val 215251567 ecr 576960005], length 0
hd......@.s..........p.......ng.....zo"c..
14:45:59.752852 IP 172.16.1.176.50202 > 172.16.1.6.80: Flags [P.], seq 210:727, 
ack 1, win 32942, options [nop,nop,TS val 576960005 ecr 215251560], length 517
E..9..@.?..f...........P.NG..........}....."c....zh
<?xml version="1.0" encoding="utf-8"?>
<x0:propfind xmlns:x0="DAV:" xmlns:x2="http://calendarserver.org/ns/"; 
xmlns:x1="urn:ietf:params:xml:ns:caldav" 
xmlns:x3="http://cal.me.com/_namespace/";>
 <x0:prop>
  <x0:principal-collection-set/>
  <x1:calendar-home-set/>
  <x1:calendar-user-address-set/>
  <x1:schedule-inbox-URL/>
  <x1:schedule-outbox-URL/>
  <x2:dropbox-home-URL/>
  <x2:notification-URL/>
  <x0:displayname/>
  <x3:user-state/>
  <x0:principal-URL/>
  <x0:supported-report-set/>
 </x0:prop>
</x0:propfind>
14:45:59.752863 IP 172.16.1.6.80 > 172.16.1.176.50202: Flags [.], ack 727, win 
3968, options [nop,nop,TS val 215251567 ecr 576960005], length 0
E..4lj@.@.s..........P.......NI ....?........zo"c..
14:46:00.151293 IP 172.16.1.6.80 > 172.16.1.176.50202: Flags [P.], seq 1:217, 
ack 727, win 3968, options [nop,nop,TS val 215251667 ecr 576960005], length 216
E...lk@.@.r..........P.......NI ....[........z."c..
HTTP/1.1 401 Authorization Required
Date: Mon, 30 May 2011 20:45:59 GMT
www-authenticate: basic realm="SOGo"
content-length: 0
content-type: text/plain; charset=UTF-8
Vary: Accept-Encoding
Connection: close

14:46:00.151396 IP 172.16.1.6.80 > 172.16.1.176.50202: Flags [F.], seq 217, ack 
727, win 3968, options [nop,nop,TS val 215251667 ecr 576960005], length 0
E..4ll@.@.s..........P.......NI ....>........z."c..
14:46:00.246053 IP 172.16.1.176.50202 > 172.16.1.6.80: Flags [.], ack 217, win 
32888, options [nop,nop,TS val 576960010 ecr 215251667], length 0
E..4..@.?..e...........P.NI .......x......."c...z.
14:46:00.248322 IP 172.16.1.176.50202 > 172.16.1.6.80: Flags [.], ack 218, win 
32888, options [nop,nop,TS val 576960010 ecr 215251667], length 0
E..4..@.?..F...........P.NI .......x......."c...z.
14:46:00.328575 IP 172.16.1.176.50202 > 172.16.1.6.80: Flags [F.], seq 727, ack 
218, win 32942, options [nop,nop,TS val 576960011 ecr 215251667], length 0
E..4..@.?..............P.NI .........{....."c....z.
14:46:00.328589 IP 172.16.1.6.80 > 172.16.1.176.50202: Flags [.], ack 728, win 
3968, options [nop,nop,TS val 215251711 ecr 576960011], length 0
E..4lm@.@.s..........P.......NI!....>~.......z."c..
14:46:00.365270 IP 172.16.1.176.50203 > 172.16.1.6.80: Flags [S], seq 
3175009751, win 65535, options [mss 1460,nop,wscale 2,nop,nop,TS val 576960011 
ecr 0,sackOK,eol], length 0
E..@..@.?..............P.>...........8............."c..........
14:46:00.365287 IP 172.16.1.6.80 > 172.16.1.176.50203: Flags [S.], seq 
2486297105, ack 3175009752, win 5792, options [mss 1460,sackOK,TS val 215251720 
ecr 576960011,nop,wscale 1], length 0
E..<..@.@............P...1...>.......m...........{."c......
14:46:00.367994 IP 172.16.1.176.50203 > 172.16.1.6.80: Flags [.], ack 1, win 
32942, options [nop,nop,TS val 576960011 ecr 215251720], length 0
E..4I.@.?..)...........P.>...1......u%....."c....{.
14:46:00.386195 IP 172.16.1.176.50203 > 172.16.1.6.80: Flags [P.], seq 1:261, 
ack 1, win 32942, options [nop,nop,TS val 576960012 ecr 215251720], length 260
E..8..@.?..d...........P.>...1............."c....{.
PROPFIND /SOGo/dav/cameron/ HTTP/1.1
Host: server.company.ca
User-Agent: DAVKit/5.0 (767); iCalendar/5.0 (79); iPhone/4.2.1 8C148
Authorization: Basic xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Depth: 0
Content-Type: text/xml
Content-Length: 517
Connection: close

14:46:00.386215 IP 172.16.1.6.80 > 172.16.1.176.50203: Flags [.], ack 261, win 
3432, options [nop,nop,TS val 215251726 ecr 576960012], length 0
h.`.....@.F..........P...1...>......{."c..
14:46:00.387311 IP 172.16.1.176.50203 > 172.16.1.6.80: Flags [P.], seq 261:778, 
ack 1, win 32942, options [nop,nop,TS val 576960012 ecr 215251720], length 517
E..9..@.?..a...........P.>...1......E......"c....{.
<?xml version="1.0" encoding="utf-8"?>
<x0:propfind xmlns:x0="DAV:" xmlns:x2="http://calendarserver.org/ns/"; 
xmlns:x1="urn:ietf:params:xml:ns:caldav" 
xmlns:x3="http://cal.me.com/_namespace/";>
 <x0:prop>
  <x0:principal-collection-set/>
  <x1:calendar-home-set/>
  <x1:calendar-user-address-set/>
  <x1:schedule-inbox-URL/>
  <x1:schedule-outbox-URL/>
  <x2:dropbox-home-URL/>
  <x2:notification-URL/>
  <x0:displayname/>
  <x3:user-state/>
  <x0:principal-URL/>
  <x0:supported-report-set/>
 </x0:prop>
</x0:propfind>
14:46:00.387321 IP 172.16.1.6.80 > 172.16.1.176.50203: Flags [.], ack 778, win 
3968, options [nop,nop,TS val 215251726 ecr 576960012], length 0
E..4..@.@.F..........P...1...>.......C.......{."c..
14:46:00.598092 IP 172.16.1.6.80 > 172.16.1.176.50203: Flags [P.], seq 1:290, 
ack 778, win 3968, options [nop,nop,TS val 215251778 ecr 576960012], length 289
E..U..@.@.E..........P...1...>......\........{B"c..
HTTP/1.1 207 Multi-Status
Date: Mon, 30 May 2011 20:46:00 GMT
Server: SOPE 4.9.37/WebDAV
pragma: no-cache
cache-control: no-cache
ms-author-via: DAV
content-length: 1789
content-type: text/xml; charset="utf-8"
x-dav-error: 200 No error
Vary: Accept-Encoding
Connection: close


14:46:00.598316 IP 172.16.1.6.80 > 172.16.1.176.50203: Flags [P.], seq 290:802, 
ack 778, win 3968, options [nop,nop,TS val 215251779 ecr 576960012], length 512
E..4..@.@.D..........P...1.3.>......\........{C"c..
<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:c="http://cal.me.com/_namespace/"; 
xmlns:a="urn:ietf:params:xml:ns:caldav" xmlns:b="http://calendarserver.org/ns/"; 
xmlns:D="DAV:"><D:response><D:href>/SOGo/dav/cameron/</D:href><D:propstat><D:status>HTTP/1.1
 200 OK</D:status><D:prop><D:principal-collection-set 
xmlns:D="DAV:"><D:href>/SOGo/dav/</D:href></D:principal-collection-set><a:calendar-home-set><D:href
 
xmlns:D="DAV:">/SOGo/dav/cameron/Calendar/</D:href></a:calendar-home-set><a:calendar-user-ad
14:46:00.598435 IP 172.16.1.6.80 > 172.16.1.176.50203: Flags [P.], seq 
802:1314, ack 778, win 3968, options [nop,nop,TS val 215251779 ecr 576960012], 
length 512
E..4. @.@.D..........P...1.3.>......\......
..{C"c..dress-set><D:href 
xmlns:D="DAV:">mailto:bill_came...@company.ca</D:href><D:href 
xmlns:D="DAV:">mailto:came...@company.ca</D:href></a:calendar-user-address-set><a:schedule-inbox-URL><D:href
 
xmlns:D="DAV:">/SOGo/dav/cameron/Calendar/inbox/</D:href></a:schedule-inbox-URL><a:schedule-outbox-URL><D:href
 
xmlns:D="DAV:">/SOGo/dav/cameron/Calendar/personal/</D:href></a:schedule-outbox-URL><D:displayname>Bill
 Cameron</D:displayname><D:principal-URL><D:href 
xmlns:D="DAV:">/SOGo/dav/cameron/</D:href></D:principal-UR
14:46:00.598659 IP 172.16.1.6.80 > 172.16.1.176.50203: Flags [FP.], seq 
1314:2079, ack 778, win 3968, options [nop,nop,TS val 215251779 ecr 576960012], 
length 765
E..1.!@.@.C..........P...1.3.>......]......
..{C"c..L><D:supported-report-set 
xmlns:n1="urn:inverse:params:xml:ns:inverse-dav" 
xmlns:n2="urn:ietf:params:xml:ns:carddav" 
xmlns:D="DAV:"><D:supported-report><D:report><n1:acl-query/></D:report></D:supported-report><D:supported-report><D:report><n1:collection-query/></D:report></D:supported-report><D:supported-report><D:report><n1:user-query/></D:report></D:supported-report><D:supported-report><D:report><D:expand-property/></D:report></D:supported-report><D:supported-report><D:report><n2:addressbook-query/></D:report></D:supported-report></D:supported-report-set></D:prop></D:propstat><D:propstat><D:status>HTTP/1.1
 404 Resource Not 
Found</D:status><D:prop><b:dropbox-home-URL/><b:notification-URL/><c:user-state/></D:prop></D:propstat></D:response></D:multistatus>
14:46:00.655673 IP 172.16.1.176.50203 > 172.16.1.6.80: Flags [.], ack 290, win 
32869, options [nop,nop,TS val 576960014 ecr 215251778], length 0
E..4e.@.?.{M...........P.>...1.3...eq......"c....{B
14:46:00.658440 IP 172.16.1.176.50203 > 172.16.1.6.80: Flags [.], ack 802, win 
32814, options [nop,nop,TS val 576960014 ecr 215251779], length 0
E..4..@.?.2............P.>...1.3....o=....."c....{C
14:46:00.658916 IP 172.16.1.176.50203 > 172.16.1.6.80: Flags [.], ack 1314, win 
32686, options [nop,nop,TS val 576960014 ecr 215251779], length 0
E..4..@.?.D............P.>...1.3....m......"c....{C
14:46:00.659384 IP 172.16.1.176.50203 > 172.16.1.6.80: Flags [.], ack 2080, win 
32494, options [nop,nop,TS val 576960014 ecr 215251779], length 0
E..4{.@.?.e...........P.>...1.1..~.k......"c....{C
14:46:00.681245 IP 172.16.1.176.50203 > 172.16.1.6.80: Flags [F.], seq 778, ack 
2080, win 32942, options [nop,nop,TS val 576960015 ecr 215251779], length 0
E..4t.@.?.l-...........P.>...1.1....i......"c....{C
14:46:00.681256 IP 172.16.1.6.80 > 172.16.1.176.50203: Flags [.], ack 779, win 
3968, options [nop,nop,TS val 215251799 ecr 576960015], length 0
E..4."@.@.F..........P...1.1.>...............{W"c..
14:46:00.728825 IP 172.16.1.176.50204 > 172.16.1.6.80: Flags [S], seq 
2999981659, win 65535, options [mss 1460,nop,wscale 2,nop,nop,TS val 576960015 
ecr 0,sackOK,eol], length 0
E..@F.@.?..............P...[........v............."c..........
14:46:00.728840 IP 172.16.1.6.80 > 172.16.1.176.50204: Flags [S.], seq 
2482642455, ack 2999981660, win 5792, options [mss 1460,sackOK,TS val 215251811 
ecr 576960015,nop,wscale 1], length 0
E..<..@.@............P.........\....6*...........{c"c......
14:46:00.731553 IP 172.16.1.176.50204 > 172.16.1.6.80: Flags [.], ack 1, win 
32942, options [nop,nop,TS val 576960015 ecr 215251811], length 0
E..4`.@.?..............P...\..............."c....{c
14:46:00.750287 IP 172.16.1.176.50204 > 172.16.1.6.80: Flags [P.], seq 1:224, 
ack 1, win 32942, options [nop,nop,TS val 576960015 ecr 215251811], length 223
E.....@.?..............P...\........J......"c....{c
OPTIONS /SOGo/dav/cameron/ HTTP/1.1
Host: server.company.ca
User-Agent: DAVKit/5.0 (767); iCalendar/5.0 (79); iPhone/4.2.1 8C148
Authorization: Basic Y2FtZXJvYjp3ZWxjb21lLWlkNQ==
Content-Length: 0
Connection: close


14:46:00.750309 IP 172.16.1.6.80 > 172.16.1.176.50204: Flags [.], ack 224, win 
3432, options [nop,nop,TS val 215251817 ecr 576960015], length 0
hmC.....@.z|.........P.........;....{i"c..
14:46:00.752398 IP 172.16.1.6.80 > 172.16.1.176.50204: Flags [P.], seq 1:371, 
ack 224, win 3432, options [nop,nop,TS val 215251817 ecr 576960015], length 370
h\o.....@.y     .........P.........;....{i"c..
HTTP/1.1 200 Ok
Date: Mon, 30 May 2011 20:46:00 GMT
content-length: 0
content-type: text/plain; charset=UTF-8
dav: 1, 2, access-control, calendar-access, calendar-schedule, 
calendar-auto-schedule, calendar-proxy
allow: GET, HEAD, POST, OPTIONS, MKCOL, MKCALENDAR, DELETE, PUT, LOCK, UNLOCK, 
COPY, MOVE, PROPFIND, SEARCH
Vary: Accept-Encoding
Connection: close

14:46:00.752471 IP 172.16.1.6.80 > 172.16.1.176.50204: Flags [F.], seq 371, ack 
224, win 3432, options [nop,nop,TS val 215251817 ecr 576960015], length 0
hk......@.zz.........P.........;....{i"c..
14:46:00.755011 IP 172.16.1.176.50204 > 172.16.1.6.80: Flags [.], ack 371, win 
32849, options [nop,nop,TS val 576960015 ecr 215251817], length 0
E..4G.@.?..I...........P...;.......Q......."c....{i
14:46:00.757577 IP 172.16.1.176.50204 > 172.16.1.6.80: Flags [.], ack 372, win 
32849, options [nop,nop,TS val 576960015 ecr 215251817], length 0
E..4..@.?..P...........P...;.......Q......."c....{i
14:46:00.773632 IP 172.16.1.176.50204 > 172.16.1.6.80: Flags [F.], seq 224, ack 
372, win 32942, options [nop,nop,TS val 576960015 ecr 215251817], length 0
E..4..@.?..............P...;..............."c....{i
14:46:00.773642 IP 172.16.1.6.80 > 172.16.1.176.50204: Flags [.], ack 225, win 
3432, options [nop,nop,TS val 215251822 ecr 576960015], length 0
hk......@.zy.........P.........<....{n"c..
14:51:14.857793 ARP, Request who-has 172.16.1.176 tell 172.16.1.1, length 46
..........r;..................................

Reply via email to