sum7: announce client cap present

This commit is contained in:
genofire 2020-04-23 11:58:27 +02:00
parent 147a10a271
commit dfa22954e5
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,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://sum7.eu");
cap.setAttribute("ver", capHash);
}
return packet;