• Stefy Lanza (nextime / spora )'s avatar
    Fix server-side registration to accept 'client_id' field · 286f91f0
    Stefy Lanza (nextime / spora ) authored
    - Modified wssshd.py to accept both 'id' and 'client_id' fields for registration
    - Added fallback logic: client_id = data.get('client_id') or data.get('id')
    - This allows the C client to send 'client_id' while maintaining backward compatibility
    - Fixes the KeyError: 'id' issue when C client tries to register
    286f91f0
wssshd.py 28.1 KB