> * Grab gugux's code
>
> * Check if the input is wbxml if so convert it to xml (and back again on
> the way out)

WBXML is pretty easy in its principle. Each SyncML code is translated into its
binary representation, and same thing on the other way.

The problem is that there are different translation tables, depending on what
content must be translated, and there are special codes to say we must switch
from one conversion table to another.

And also, it's pretty hard to make tests because for example you send a
translated WBXML packet to a phone, it says "error" and that's it. To debug
this and find where the problem is, good luck ...



_______________________________________________
phpGroupWare-developers mailing list
phpGroupWare-developers@gnu.org
http://lists.gnu.org/mailman/listinfo/phpgroupware-developers

Reply via email to