sum7: announce client cap present
This commit is contained in:
parent
147a10a271
commit
dfa22954e5
|
@ -70,7 +70,7 @@ public class PresenceGenerator extends AbstractGenerator {
|
||||||
Element cap = packet.addChild("c",
|
Element cap = packet.addChild("c",
|
||||||
"http://jabber.org/protocol/caps");
|
"http://jabber.org/protocol/caps");
|
||||||
cap.setAttribute("hash", "sha-1");
|
cap.setAttribute("hash", "sha-1");
|
||||||
cap.setAttribute("node", "http://conversations.im");
|
cap.setAttribute("node", "https://sum7.eu");
|
||||||
cap.setAttribute("ver", capHash);
|
cap.setAttribute("ver", capHash);
|
||||||
}
|
}
|
||||||
return packet;
|
return packet;
|
||||||
|
|
Loading…
Reference in New Issue