• Emmanuel Gil Peyrot's avatar
    Improve XEP-0245 support. · 87c77385
    Emmanuel Gil Peyrot authored
    Namely:
    - Only match messages which start with exactly "/me ".
    - Simplify the match, checking a string instead of a complex regex.
    - Always remove the first four characters in the case of a match, to not
    leave an extra leading space.
    87c77385
chatroom.js 237 KB