update caps node field

This commit is contained in:
kosyak 2024-06-16 22:54:02 +02:00
parent 25cd65e4e7
commit 9f0b59af9f

View file

@ -77,7 +77,7 @@ public class PresenceGenerator extends AbstractGenerator {
Element cap = packet.addChild("c",
"http://jabber.org/protocol/caps");
cap.setAttribute("hash", "sha-1");
cap.setAttribute("node", "http://conversations.im");
cap.setAttribute("node", "https://dev.narayana.im/narayana/Conversations-Classic");
cap.setAttribute("ver", capHash);
}
return packet;