Re: [fpc-pascal] RFD: CardDAV support library for FreePascal, call for ideas

2013-09-26 Thread Sven Barth
On 26.09.2013 09:07, Michael Van Canneyt wrote: On Thu, 26 Sep 2013, Sven Barth wrote: Am 25.09.2013 13:05 schrieb "Lukasz Sokol" : > Please let me know your thoughts :) I personally would prefer if such protocol implementations are independant of the socket classes used so I can use it wit

Re: [fpc-pascal] RFD: CardDAV support library for FreePascal, call for ideas

2013-09-26 Thread Michael Van Canneyt
On Thu, 26 Sep 2013, Sven Barth wrote: Am 25.09.2013 13:05 schrieb "Lukasz Sokol" : > Please let me know your thoughts :) I personally would prefer if such protocol implementations are independant of the socket classes used so I can use it with FPC's sockets, lNet, Synapse or whatever. Ba

Re: [fpc-pascal] RFD: CardDAV support library for FreePascal, call for ideas

2013-09-25 Thread Sven Barth
Am 25.09.2013 13:05 schrieb "Lukasz Sokol" : > Please let me know your thoughts :) I personally would prefer if such protocol implementations are independant of the socket classes used so I can use it with FPC's sockets, lNet, Synapse or whatever. Basically this would need a abstract class which

Re: [fpc-pascal] RFD: CardDAV support library for FreePascal, call for ideas

2013-09-25 Thread Daniel Gaspary
Thank you for applying the patch, Michael. As soon as I have some time I will send another one related to the same case. On Wed, Sep 25, 2013 at 4:31 PM, Michael Van Canneyt wrote: > > > On Wed, 25 Sep 2013, Lukasz Sokol wrote: > >> Hello, >> >> since I have not found anything on CardDAV related

Re: [fpc-pascal] RFD: CardDAV support library for FreePascal, call for ideas

2013-09-25 Thread Michael Van Canneyt
On Wed, 25 Sep 2013, Lukasz Sokol wrote: Hello, since I have not found anything on CardDAV related/written in/for FreePascal/Lazarus, (haven't googled with Delphi keyword thou) I'd like to send out some smoke signals, asking which way would the support for this kind of interaction (dare not

Re: [fpc-pascal] RFD: CardDAV support library for FreePascal, call for ideas

2013-09-25 Thread Daniel Gaspary
On Wed, Sep 25, 2013 at 8:03 AM, Lukasz Sokol wrote: > Seems like the more complicated elements of DOM level 3 will need DOM.pas > modifications too. What kind of modification ? I have sent this patch [1] to allow create custom descendants of TDomElement. You can check whether this could be use