cap monocles.de

This commit is contained in:
Arne 2023-01-21 14:37:42 +01:00
parent 430b49f925
commit 1a362a1e57

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://blabber.im");
cap.setAttribute("node", "http://monocles.de");
cap.setAttribute("ver", capHash);
}
return packet;