Files @ 1209b439451e
Branch filter:

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

Vitaly Takmazov
libpurple: prefer serialized room name as room id

* should fix room join problems with multiple third-party purple plugins
1
2
3
4
5
6
7
8
9
return {
        ["client@localhost"] = {
                ["groups"] = {
                        ["Buddies"] = true;
                };
                ["name"] = "client";
                ["subscription"] = "both";
        };                                                                                                                                                                                                                               
};