Home | History | Annotate | Download | only in smackx

Lines Matching refs:jid

92      * @param replyRoom  JID of a MUC room to which responses should be sent or <tt>null</tt>
157 String jid = it.next().getJid();
158 to.add(jid);
161 String jid = it.next().getJid();
162 cc.add(jid);
168 // Remove the sender from the TO/CC list (try with bare JID too)
208 String jid = it.next();
209 packet.setTo(jid);
215 String jid = it.next();
216 packet.setTo(jid);
222 String jid = it.next();
223 packet.setTo(jid);
236 String jid = it.next();
237 multipleAddresses.addAddress(MultipleAddresses.TO, jid, null, null, false, null);
242 String jid = it.next();
243 multipleAddresses.addAddress(MultipleAddresses.CC, jid, null, null, false, null);
248 String jid = it.next();
249 multipleAddresses.addAddress(MultipleAddresses.BCC, jid, null, null, false, null);