Uses of Class
edu.columbia.cs.irt.rfidentify.presence.SIPException

Packages that use SIPException
edu.columbia.cs.irt.rfidentify.presence   
 

Uses of SIPException in edu.columbia.cs.irt.rfidentify.presence
 

Methods in edu.columbia.cs.irt.rfidentify.presence that throw SIPException
 void Presence.sendAvailableMessage(java.lang.String user)
          Called from DispatchThread to send an available presence message to the server.
 void Presence.sendMessage(java.lang.String user, java.util.List<PresenceTalk> presenseTalk)
          Called from DispatchThread to send an a SIP presence message from the list of in-progress talks.