update caps node field
This commit is contained in:
parent
25cd65e4e7
commit
9f0b59af9f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue