Re: [Moonbeam-users] moonbeam // client-server // format
Status: Beta
Brought to you by:
slonko
|
From: andreas h. <moo...@an...> - 2003-01-28 12:09:20
|
hello, andreas halter told me on Tuesday 28 January 2003 11:45: > all i try is: > <?xml version="1.0" encoding="ISO-8859-1"? ><!DOCTYPE envelope SYSTEM > "message.dtd"><envelope from="client#/ip.ip.ip.ip:62559" > to="moonbeam" > id="1043140698953"><message><body>hello</body></message></envelope> that's fine. just change the following: - utf-8 encode the submitted data - change 'to' to 'broadcast' - remove doctype-def - append nullbyte + newline at end of request hth andreas ;-) |