Files @ d7ffa366e13b
Branch filter:

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

Thomas Riccardi
libcommuni IRC backend: support multi-lines messages

... by splitting them into one PRIVMSG command per line.
1
2
3
4
5
6
7
8
9
return {
        ["client@localhost"] = {
                ["groups"] = {
                        ["Buddies"] = true;
                };
                ["name"] = "client";
                ["subscription"] = "both";
        };                                                                                                                                                                                                                               
};