Add message sending to roster #23
Loading…
Reference in a new issue
No description provided.
Delete branch "feature_message_roster"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
64e2aeb8aa
tocd685ba101
cd685ba101
tof4a2338dd1
73c1c4e8ca
to1d870fbe54
1d870fbe54
to9d95d08ab7
@ -14,3 +14,3 @@
pacman -S --noconfirm gtk4 gtkmm-4.0 boost spdlog fmt libxml++-5.0 gtest
- name: Setup environment - Install LLVM-19.1.3
- name: Setup environment - Install LLVM-19.1.5
Could you also update in Dockerfile?
@ -0,0 +42,4 @@
TEST(Serialize, Message) {
auto expected =
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<message from=\"user1@server.i2p\" to=\"user2@server.i2p\" type=\"chat\" id=\"1\" "
Maybe use
R"()"
to get rid of double quote escaping?9d95d08ab7
to6064be2b71
e750d184a6
to00e885a9e6
8019371d46
tob247307fc4
83dc1462cb
tob247307fc4
b247307fc4
tocda854553c
WIP: Add message sending to rosterto Add message sending to roster