Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-6082

New component for posting and retrieving short messages inside the wiki

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Fixed
    • Major
    • 3.0 M3
    • 3.0 M2
    • {Unused} Core
    • Unit
    • Unknown

    Description

      A MessageStream component, with:

      postPersonalMessage(String message);
      getRecentPersonalMessages(int limit, int offset);
      getRecentPersonalMessages(DocumentReference author, int limit, int offset);
      postDirectMessageToUser(String message, DocumentReference user);
      getRecentDirectMessages(int limit, int offset);
      postMessageToGroup(String message, DocumentReference group);
      getRecentMessagesForGroup(DocumentReference group, int limit, int offset);
      deleteMessage(String id);
      

      The initial implementation will be based on the EventStream component, itself based on activity stream plugin.

      Attachments

        Issue Links

          Activity

            People

              sdumitriu Sergiu Dumitriu
              sdumitriu Sergiu Dumitriu
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: