public interface XmppUriFactory
URIs from user IDs.| Modifier and Type | Method and Description |
|---|---|
URI |
createXmppUri(long id)
Creates a XMPP URI for the user with the specified ID.
|
URI |
createXmppUri(String id)
Creates a XMPP URI for the user with the specified ID.
|
URI createXmppUri(String id)
id - The ID of the user to create a XMPP URI for.URI createXmppUri(long id)
id - The ID of the user to create a XMPP URI for.Copyright © 2013 LittleShoot. All Rights Reserved.