conversejs / converse.js

Web-based XMPP/Jabber chat client written in JavaScript
http://conversejs.org
Mozilla Public License 2.0
3.08k stars 771 forks source link

MAM not working on 3.2.1 #914

Closed milestogo77 closed 7 years ago

milestogo77 commented 7 years ago

I have Converse.js 3.0.2 which retrieves archived messages successfully. However, the new release 3.2.1 shows the following error

WARNING: Attempted to fetch archived messages but this user's server doesn't support XEP-0313

I'm using the same options for both instances.

` converse.initialize({ bosh_service_url: 'http://localhost:7070/http-bind/', authentication: 'login', auto_login: false, registration_domain: 'pcechlt46.local', default_domain: 'pcechlt46.local', allow_muc: false, use_vcards: true, allow_contact_requests: false, allow_non_roster_messaging: true, allow_otr: false, play_sounds: true, sounds_path: '/converse/sounds/', notification_icon: '/converse/logo/conversejs.png', debug: true

});`
jcbrand commented 7 years ago

The latest converse.js uses MAM2, the previous one you used, used MAM0.