forked from mirror/monocles_chat
parent
52247b3817
commit
2c5ae9920d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue