Home | History | Annotate | Download | only in jbosh

Lines Matching defs:acked

1310         // Figure out what the highest acked RID is
1311 String acked = resp.getAttribute(Attributes.ACK);
1313 if (acked == null) {
1317 ackUpTo = Long.parseLong(acked);
1320 // Remove the acked requests from the list