Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.gibberish.ContactGibberishImpl

Packages that use ContactGibberishImpl
net.java.sip.communicator.impl.protocol.gibberish   
 

Uses of ContactGibberishImpl in net.java.sip.communicator.impl.protocol.gibberish
 

Methods in net.java.sip.communicator.impl.protocol.gibberish that return ContactGibberishImpl
 ContactGibberishImpl OperationSetPersistentPresenceGibberishImpl.createVolatileContact(String contactAddress)
          Creates a non persistent contact for the specified address.
 ContactGibberishImpl ContactGroupGibberishImpl.findContactByID(String id)
          Returns the contact with the specified id or null if no such contact exists.
 

Methods in net.java.sip.communicator.impl.protocol.gibberish with parameters of type ContactGibberishImpl
 void ContactGroupGibberishImpl.addContact(ContactGibberishImpl contactToAdd)
          Adds the specified contact to this group.
 ContactGroupGibberishImpl ContactGroupGibberishImpl.findContactParent(ContactGibberishImpl gibberishContact)
          Returns the group that is parent of the specified gibberishContact or null if no parent was found.
 ContactGroupGibberishImpl OperationSetPersistentPresenceGibberishImpl.findContactParent(ContactGibberishImpl gibberishContact)
          Returns the group that is parent of the specified gibberishContact or null if no parent was found.
 void ContactGroupGibberishImpl.removeContact(ContactGibberishImpl contact)
          Removes the specified contact from this group.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.