Interface SubjectUpdatedListener

    • Method Detail

      • subjectUpdated

        void subjectUpdated​(java.lang.String subject,
                            EntityFullJid from)
        Called when a MUC room has changed its subject.
        Parameters:
        subject - the new room's subject.
        from - the user that changed the room's subject or null if the room itself changed the subject.