Fix typos in URL to the project

This commit is contained in:
Alexander Groshev 2015-05-03 20:53:27 +03:00
parent 43db9cdf4b
commit d15da64c5d
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,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://conversions.im");
cap.setAttribute("node", "http://conversations.im");
cap.setAttribute("ver", capHash);
}
return packet;
@ -61,4 +61,4 @@ public class PresenceGenerator extends AbstractGenerator {
packet.setAttribute("type","unavailable");
return packet;
}
}
}