Skip to content

Commit

Permalink
#1038 Reverted temporary sending info message to email instead of ful…
Browse files Browse the repository at this point in the history
…l jabber id
  • Loading branch information
oxtoacart committed Oct 13, 2013
1 parent 72b673a commit 54f496b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/lantern/DefaultXmppHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ private void sendAndRequestCert(final String peer) {
msg.setProperty(P2PConstants.MESSAGE_TYPE,
XmppMessageConstants.INFO_REQUEST_TYPE);

msg.setTo(XmppUtils.jidToUser(peer));
msg.setTo(peer);
// Set our certificate in the request as well -- we want to make
// extra sure these get through!
//msg.setProperty(P2PConstants.MAC, this.model.getNodeId());
Expand Down

0 comments on commit 54f496b

Please sign in to comment.