there is at least one show stopper to make blink rls to work with any
standards compliant implementation. this is tracker item that i opened
year ago.
-- juha
i tried to test address book stuff with blink, but got stuck, because
uri scheme is missing in resource-lists entry uris that blink puts to
xcap server, e.g.:
<rl:resource-lists xmlns:rl="urn:ietf:params:xml:ns:resource-lists"
xmlns:addressbook="urn:ag-projects:xml:ns:addressbook"
xmlns:blink="urn:ag-projects:blink:xml:ns:addressbook">
<rl:list name="oma_buddylist"/>
<rl:list name="oma_grantedcontacts">
<rl:entry uri="test%40test.tutpro.com"/>
</rl:list>
...