Package org.mitre.sipchat.model

Examples of org.mitre.sipchat.model.Info


  for ( int i = 0; i < contacts.length; i++ ) {
      StringPresentity.addAlias( fromID, new Presentity( contacts[i] ) );
  }

  // TODO: get the dates right
  Info userInfo = new Info( fromID, PresenceAgent.statusMessage( code ),
          new Date(), new Date(), 0 );

  return userInfo;
    }
View Full Code Here

TOP

Related Classes of org.mitre.sipchat.model.Info

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.