public void querySet(long id,
String to, String from,
Serializable value)
{
if (value instanceof ImBindQuery) {
ImBindQuery bind = (ImBindQuery) value;
String address = _xmppBroker.bind(bind.getResource(), bind.getAddress());
ImBindQuery result = new ImBindQuery(null, address);
_xmppBroker.getActorStream().queryResult(id, from, to, result);
}
// XXX: