Add version update verification script for HMAC File Server 3.3.0

- Implemented a bash script to verify all references to version 3.2.x have been updated to 3.3.0.
- The script checks binary version, core source files, configuration files, documentation, ejabberd module, and network resilience documentation.
- Provides a summary of verification results and confirms successful updates across all components.
This commit is contained in:
2025-08-26 16:10:17 +00:00
parent 9b5b3ae820
commit d1928cbb29
24 changed files with 120 additions and 52 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
# 🧪 COMPREHENSIVE INTEGRATION TEST SUITE
# Tests the ejabberd module with HMAC File Server 3.2.2
# Tests the ejabberd module with HMAC File Server 3.3.0
# Author: HMAC File Server Team
# Date: August 25, 2025
@ -241,7 +241,7 @@ echo ""
echo "📋 INSTALLATION REQUIREMENTS:"
echo " 1. ejabberd server (version 20.01 or later)"
echo " 2. Erlang/OTP (version 22 or later) ✅"
echo " 3. HMAC File Server 3.2.2 with Bearer token support"
echo " 3. HMAC File Server 3.3.0 with Bearer token support"
echo " 4. Shared network access between ejabberd and HMAC server"
echo ""