enexusde opened a new issue #13: TCPEndpoint not offering IoFilterChainBuilder
URL: https://github.com/apache/mina-vysper/issues/13
 
 
   ```
   TCPEndpoint endpoint = new TCPEndpointChainBuilder();
   server = new XMPPServer(serverName);
   server.addEndpoint(endpoint);
   server.start();
   endpoint.getFilterChainBuilder().addFirst("custom", new MyCustomFilter());
   ```
   Always throw a NPE because the field `filterChainBuilder` in `TCPEndpoint` 
is never written.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to