Andrei Pelinescu-Onciul writes:
However all this is integrated with the
"rpc" interface, so it can be
used only if you write ser style rpcs instead of the mi functions, or if
you write a different xmlrpc mi transport (but since mi future is
uncertain I wouldn't do that).
andrei,
it must be possible to send the request to the proxy using normal
xml-rpc client. for example,
c = xmlrpclib.ServerProxy("http://address_of_proxy:6060/RPC2")
r = c.pua_publish(uri, 3600, "presence", "application/pidf+xml", etag,
"", body)
i didn't understand from your description, if that is possible in s-r.
-- juha