-
This processor works as expected. Please check documentation for usage of custom SASL callback handlers as your configuration is invalid, see https://docs.tigase.net/tigase-server/8.1.0/Development_Guide/html/#saslcmac
-
Could you explain what does it mean "doesn't work"? Does it generates errors/exceptions? Or the expected result differ?
Please also explain what are you trying to achieve.
Btw. We recently released 8.1.0 (https://github.com/tigase/tigase-server/releases/tag/tigase-server-8.1.0) and it's recommendable to use this version.
-
There are the following content in the config.tdsl file
'sess-man' (class: com.demo.tigase.DemoSessionManager) { 'urn:ietf:params:xml:ns:xmpp-sasl' () { 'callbackhandler' = 'com.demo.tigase.RedisCallbackHandler' } }
but in ‘config-dump.properties’ file ,There is no information about ‘com.demo.tigase.RedisCallbackHandler’,This is OK in 7.1.3。
'urn:ietf:params:xml:ns:xmpp-sasl' (class: tigase.xmpp.impl.SaslAuth) { queueSize = null threadsNo = 32 }
also
RedisCallbackHandler
is not running.That's what I said "doesn't work"
It was solved in other ways