The short answer is no.
But if you are determinated you can make necessay changes to make it compatible.
This is some points you have to consider
- I use many anonymous methods in the core xmpp protocol to etablish connection,
you will probably have to use state machine instead.
- I have my own xml parser since xmpp only need a small subset of xml (dorxml),
it would be an easy task to make it working on freepascal.
- You will need a dictionnary replacement.
good luck
Le lundi 22 juillet 2013 05:58:26 UTC+2, Gadi Dor a écrit :
>I am planning to write cross platform xmpp client, any idea please?