Skip to content

Commit 399cc73

Browse files
committed
fix: added id on whitelist
1 parent 5d0a443 commit 399cc73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/restcomm/sdk/domain/XmppWhitelistRule.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
@Builder(toBuilder = true)
99
@Getter
1010
public class XmppWhitelistRule implements Restful {
11-
11+
private String id;
12+
1213
@JsonProperty("ipAddress")
1314
private String ipAddress;
1415

0 commit comments

Comments
 (0)