Hi,
thanks for your reply Dennis,
for now there is no any integration with some Joomla comment component.
the best way to do this is to override profile page template and add some code to add comment (Disqus or any other comment component that allow this)
To override our default template you can copy /components/com_jsn/views/profile/tmpl/default.php into /templates/your-template-folder/html/com_jsn/profile/default.php. now you can customize the new file and add some code to render comment at the end of page.
With Joomla override when you update Easy Profile the changes are not lost