Skip to content

Commit

Permalink
Fix #370 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichAltheide authored Apr 12, 2020
1 parent 62692e8 commit 8899beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monal/Classes/xmpp.m
Original file line number Diff line number Diff line change
Expand Up @@ -3095,7 +3095,7 @@ -(void) changePassword:(NSString *) newPass withCompletion:(xmppCompletion) comp
{
XMPPIQ* iq =[[XMPPIQ alloc] initWithType:kiqSetType];
[iq setiqTo:self.connectionProperties.identity.domain];
[iq changePasswordForUser:self.connectionProperties.identity.jid newPassword:newPass];
[iq changePasswordForUser:self.connectionProperties.identity.user newPassword:newPass];
if(completion) {
[self.xmppCompletionHandlers setObject:completion forKey:iq.stanzaID];
}
Expand Down

0 comments on commit 8899beb

Please sign in to comment.