public class JabberUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getDomainPart(String jabberId)
Returns the domain part of a jabber ID in the form:
|
static String |
getResourcePart(String jabberId)
Returns the resource part of a jabber ID in the form:
|
static String |
getUserPart(String jabberId)
Returns the user part (aka.
|
public static String getUserPart(String jabberId)