Problem with spaces in User Service Plugin

Hi everyone,

i’m developing a syncronisation tool betwen a Teamspeakserver and a Jabber server atm.

Everything works perfect till now, the only problem is the acceptance of special chars by the User Service Plugin.

For example lat’s have a look at the space " " between usernames.

I tried to code it witch “+” which is the way the Java URLEncryption works…failure

Tried %20 even /20 which i found in a vbulletin addon.

The Resonse has all time been IllegalArgumentException.

Is there a way to solve this or is the only and ultimate chance to fix it, the direct access to the database

and create the users there?

Regards,

Hecky