24 lines
		
	
	
		
			706 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			706 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| <!--
 | |
| SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
 | |
| SPDX-License-Identifier: AGPL-3.0-only
 | |
| -->
 | |
| # mod_muc_mam_search
 | |
| 
 | |
| With this module you can make some advanced search in MAM (MUC Archive Management - XEP-0313).
 | |
| 
 | |
| This module is part of peertube-plugin-livechat, and is under AGPL-3.0.-only license.
 | |
| This module can work on any Prosody server (version >= 0.12.x).
 | |
| This module is still experimental.
 | |
| 
 | |
| ## Configuration
 | |
| 
 | |
| Just enable the module on your MUC component.
 | |
| 
 | |
| The feature will be announced using Service Discovery (XEP-0030).
 | |
| 
 | |
| TODO: document the Disco namespace.
 | |
| 
 | |
| You can then query archives using query similar to those for XEP-0313.
 | |
| 
 | |
| TODO: document available queries.
 |