[sync] SyncML with Nokia 6230 - logs

Christian Cier-Zniewski c.cier at gmx.de
Sun Jul 11 05:06:45 PDT 2004


Hi again,

meanwhile, I have installed libwbxml 0.9.0 (0.8.2 did not work: unknown 
public id).

Now I can see the following in the log file, but my phone says "No 
authorization". I have setup the phone using a username and a password 
for an account that Horde knows.

/tmp/horde.log
----------------------------------------------------------------------------------
Jul 11 13:52:00 HORDE [debug] [horde] SyncML: session id = 
syncmlIMEI3537670010xxxxxxx [on line 159 of 
"/usr/share/php/Horde/SyncML.php"]
Jul 11 13:52:00 HORDE [debug] [horde] SyncML: new session state [on line 
163 of "/usr/share/php/Horde/SyncML.php"]
Jul 11 13:52:00 HORDE [debug] [horde] SymcML: authorized= version=1 
msgid=1 source=IMEI:353767001066742 
target=http://xx.xx.xx.xx:8080/horde/rpc.php locNa
me= [on line 217 of "/usr/share/php/Horde/SyncML.php"]
Jul 11 13:52:00 HORDE [debug] [horde] SyncML: looking for sync for 
calendar [on line 234 of "/usr/share/php/Horde/SyncML/Command/Alert.php"]
Jul 11 13:52:00 HORDE [debug] [horde] SyncML: create new sync for 
calendar 201 [on line 238 of 
"/usr/share/php/Horde/SyncML/Command/Alert.php"]
Jul 11 13:52:03 HORDE [debug] [horde] SyncML: $this->_locName: cille [on 
line 253 of "/usr/share/php/Horde/SyncML.php"]
Jul 11 13:52:03 HORDE [debug] [horde] SyncML: session id = 
syncmlIMEI3537670010xxxxxxx [on line 159 of 
"/usr/share/php/Horde/SyncML.php"]
Jul 11 13:52:03 HORDE [debug] [horde] SymcML: authorized= version=1 
msgid=2 source=IMEI:353767001066742 
target=http://xx.xx.xx.xx:8080/horde/rpc.php locNa
me= [on line 217 of "/usr/share/php/Horde/SyncML.php"]
Jul 11 13:52:03 HORDE [debug] [horde] SyncML: looking for sync for 
calendar [on line 234 of "/usr/share/php/Horde/SyncML/Command/Alert.php"]
-----------------------------------------------------------------------------------


Horde SyncML wants auth-basic and the phone answers:
[...]
   <Cred>
    <Meta>
     <Format xmlns="syncml:metinf">
      b64
     </Format>
     <Type xmlns="syncml:metinf">
      syncml:auth-basic
     </Type>
    </Meta>
    <Data>
     Y2lsbGU6dGVzdA==
    </Data>
   </Cred>
[...]

Horde then says:
[...]
<Chal>
  <Meta>
   <Format xmlns="syncml:metinf1.1">
    b64
   </Format>
   <Type xmlns="syncml:metinf1.1">
    syncml:auth-basic
   </Type>
  </Meta>
</Chal>
<Data>
  401
</Data>
[...]

Any idea?

Christian



More information about the sync mailing list