tigase / tigase-server

(M) Highly optimized, extremely modular and very flexible XMPP/Jabber server
https://tigase.net
GNU Affero General Public License v3.0
322 stars 107 forks source link

How to enable urn:xmpp:mam:1 ? #30

Open godpit opened 4 years ago

godpit commented 4 years ago
sess-man {
    'urn:xmpp:mam:1' () {
    }
}

The error:

AbstractBeanConfigurator.registerBeans(): unknown class null for bean urn:xmpp:mam:1, skipping registration of a bean with 8.1.
hantu85 commented 4 years ago

Do you have full Tigase XMPP Server 8.1.0-SNAPSHOT distribution archive unpacked?

That addon is part of the Tigase Message Archiving component which is included with -dist-max distribution archive of Tigase XMPP Server.

godpit commented 4 years ago

I debugged it locally.

godpit commented 4 years ago

I know, I forgot a dependence about the MAM.

godpit commented 4 years ago

Is it this dependence of tigase-message-archiving?

godpit commented 4 years ago

Yes, it is ok.