Hello!
I'm experimenting with Skype API and found that I cannot create chat if target_id contains commas:
>CHAT CREATE ta,in,sa,2006
>ERROR 507 CHAT: CREATE: invalid/missing user handle(s) as argument
"ta,in,sa,2006" is a real Skype name (just from random search with comma),
I suppose Skype thinks it is list of names, and last one (2006) is invalid, perhaps I should escape target_id somehow?
Please help, thank you in advance,
Michael