• Dele Olajide's avatar
    websocket plugin has been broken since Openfire 4.1.4. This PR implements the... · bb9d52c0
    Dele Olajide authored
    websocket plugin has been broken since Openfire 4.1.4. This PR implements the missing code and fixes the issue
    
        @Override
       public ConnectionConfiguration getConfiguration()
       {
           // TODO Here we run into an issue with the ConnectionConfiguration introduced in Openfire 4:
           //      it is not extensible in the sense that unforeseen connection types can be added.
           //      For now, null is returned, as this object is likely to be unused (its lifecycle is
           //      not managed by a ConnectionListener instance).
           return null;
       }
    bb9d52c0
Name
Last commit
Last update
build Loading commit data...
dbutil Loading commit data...
documentation Loading commit data...
i18n Loading commit data...
src Loading commit data...
starter Loading commit data...
webadmin Loading commit data...
webadmintld Loading commit data...
xmppserver Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE.txt Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...