Interface XmppMessageSender

    • Method Detail

      • setIsRequired

        void setIsRequired​(boolean isRequired)
      • isRequired

        boolean isRequired()
      • getRecipients

        String getRecipients()
      • setRecipients

        void setRecipients​(String recipients)
      • validate

        ErrorCollection validate()
        Ensures the user has entered a xmpp configuration that we can authenticate against and connect to
        Returns:
        The validation errors. An empty list of there are no errors
      • getGroupsToNotify

        List getGroupsToNotify()
      • setGroupsToNotify

        void setGroupsToNotify​(List groupsToNotify)