refactor(tests): migrate to content-based stubbing

- Replace stbbr_for_id() with stbbr_for_query()/stbbr_send()
- Content-based stubbing matches stanzas by namespace instead of ID
- Use regex assertions for flexible output matching
- Fix timing issues in chat_session and presence tests
This commit is contained in:
2026-01-06 20:32:22 +03:00
committed by Jabber Developer
parent 2d7de2caf6
commit 8f580f91a8
13 changed files with 283 additions and 192 deletions

View File

@@ -4,7 +4,6 @@
#include <string.h>
#include <stabber.h>
#include <expect.h>
#include "proftest.h"