HomeSort by relevance Sort by last modified time
    Searched full:serviceaddress (Results 1 - 1 of 1) sorted by null

  /external/smack/src/org/jivesoftware/smackx/
MultipleRecipientManager.java 100 String serviceAddress = getMultipleRecipienServiceAddress(connection);
101 if (serviceAddress != null) {
104 serviceAddress);
176 String serviceAddress = getMultipleRecipienServiceAddress(connection);
177 if (serviceAddress != null) {
180 serviceAddress);
231 String serviceAddress) {
266 packet.setTo(serviceAddress);
285 String serviceAddress = (String) services.get(serviceName);
286 if (serviceAddress == null)
    [all...]

Completed in 988 milliseconds