H. SLF
H. SLF
I tried to regsiter some processes with a famliy name with gproc. For this reason I created a gen_server that contain two function, the first one is to handle registration...
I tried to create two user with `escalus:create_users(Config0, {by_name, [mike, geralt]}).` but I got this exception: ``` exception error: no function clause matching escalus_users:'-create_users_via_xmpp/2-lc$^0/1-0-'({by_name,[mike,geralt]}) (src/escalus_users.erl, line 99) in function escalus_users:create_users_via_xmpp/2...
I tried to manipulate user roster with escalus API. After diving a little bit in Escalus code I found some functions that have relations with my need like: > escalus_pred:roster_contains...