recipient = override;
}
String when = Formats.defaultStamp(new java.util.Date());
String msg = String.format("This is a test message from Cosmic Push sent at %s.", when);
ImPush action = ImPush.googleTalk(recipient, msg, null);
String remoteAddress = config.getRequest().getRemoteAddr();
InetAddress inetAddress = InetAddress.getByName(remoteAddress);
ApiRequest apiRequest = new ApiRequest(apiClient, action, inetAddress);