Files @ 61e7cfaa7f98
Branch filter:

Location: libtransport.git/tests/tests_output/localhost/roster/responder.dat

Jan Kaluza
Libcommuni treat ERR_NICKNAME colision the same way as ERR_NICKNAMEINUSE
1
2
3
4
5
6
7
8
9
return {
        ["client@localhost"] = {
                ["groups"] = {
                        ["Buddies"] = true;
                };
                ["name"] = "client";
                ["subscription"] = "both";
        };                                                                                                                                                                                                                               
};