0

I've tried to use the Reverse AJAX and WebSocket Library, PokeIn

I want to send private message with this library and I found on PokeIn website the feature Clone Message Attack Protection.

How can I implement this feature? How can use the PokeIn security features?

Scott
  • 21,211
  • 8
  • 65
  • 72
Jenan
  • 3,408
  • 13
  • 62
  • 105
  • Do you have code that you have tried? The site has extensive [documentation](http://www.pokein.com/Help/Documentation.aspx), so presume you have started and got stuck? – Scott Jul 14 '13 at 18:10
  • I read the documentation but I haven't found how I can implement "Clone Message Attack Protection". I've tried the samples on pokein website. – Jenan Jul 14 '13 at 18:13
  • @Scott Can you help me with this implementation? – Jenan Jul 14 '13 at 18:29
  • I haven't used PokeIn. You're best bet is wait for a response from the discussion boards on their website, as it is listed as their support channel for programming issues within their community. – Scott Jul 14 '13 at 18:36

1 Answers1

1

It is a feature works for all apps. It protects third parties cloning messages for other users or the same one. You shouldn't mix 'clone message protection' to 'protecting clone chat messages' as long as the sender client credential matches, PokeIn doesn't care about the details of the message. This one is something you need to cover up for your app.

Nuray Altin
  • 1,294
  • 12
  • 19