• Dele Olajide's avatar
    OF-1362: websocket plugin has been broken since Openfire 4.1.4. · 562e0848
    Dele Olajide authored
    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;
       }
    562e0848
Name
Last commit
Last update
..
bin Loading commit data...
conf Loading commit data...
database Loading commit data...
i18n Loading commit data...
java Loading commit data...
javadoc/jdk15 Loading commit data...
plugins Loading commit data...
resources Loading commit data...
security Loading commit data...
spank Loading commit data...
test Loading commit data...
tools/anttask/org/jivesoftware/ant Loading commit data...
web Loading commit data...