Privly.message[test.action]({
        name: test.action,
        action: 'ping',
        data: $('[name="data"]').val()
      }, true).then(appendPongResponse);