Skip to content

Commit

Permalink
Matrix: use official matrix.org bridge host
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0rg committed Feb 3, 2020
1 parent d1561ea commit 6021ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/yaxim/androidclient/util/XMPPHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public static String securePassword() {
return sb.toString();
}

public static final String MATRIX_BRIDGE = "bridge.xmpp.matrix.org";
public static final String MATRIX_BRIDGE = "matrix.org";
static final Pattern JID2MXID = Pattern.compile("^(#?)([^_#]*)[_#](.*)@" + MATRIX_BRIDGE);
static final Pattern MXID2JID = Pattern.compile("^([@#])([^:]*):(.*)");

Expand Down

0 comments on commit 6021ca2

Please sign in to comment.