35363738394041
public ProtocolEncoder getEncoder(IoSession s) throws Exception { return new StanzaWriterProtocolEncoder(); } public ProtocolDecoder getDecoder(IoSession s) throws Exception { return new XMPPDecoder(new StanzaBuilderFactory()); }