Core functionality. Simple z3c.form form (@@send-message) that writes a message with the proper metadata into our custom data structure.
Simple view (@@messages) that returns json or HTML based on the currently logged in user.
Simple view that returns json or HTML.
plonesocial.messaging should fire events that integrators can use for the notification.
The @@messages view should return the messages with an unread flag.
Simple @@delete-message (with a message ID param). Should return True/False.
Simple @@delete-conversation (with a member ID param). Should return True/False.
Use https://pypi.python.org/pypi/plone.intelligenttext text transform for messages.
This should fire up an event handler that integrators can use.