< Return to Calendar

* ICOM TC Meeting (Conference Call)
Name * ICOM TC Meeting (Conference Call)
Time Wednesday, 06 March 2013, 11:45am to 12:45pm EST
(Wednesday, 06 March 2013, 04:45pm to 05:45pm UTC)
Description

Please sign on to ICOM TC chat room   

http://webconf.soaphub.org/conf/room/ICOM-TC

ICOM TC Meeting Conference Call

Dates: Every other Wednesday

Time:  08:30am - 9:30 am PDT

Phone (US): +1 (206) 402-0100 (long distance cost may apply)

[ backup number: (415) 671-4335 ]

Skype: joinconference ... (generally free-of-charge, when connecting from your computer)

    if you can't find the skype keypad, try the "Call" drop down menu, and select "Show Dial Pad"

when prompted enter PIN: 141184#

Minutes

[09:04] KenBaclawski: Ken noted that the Committee Specification has been published by OASIS.

[09:04] KenBaclawski: Laura has updated the Java.net article in the repository.

[09:05] KenBaclawski: Peter has been excused from attending, so we have a quorum for the meeting.

[09:06] Laura: http://java.net/projects/open-icom/sources/source-code-repository/show/src

[09:07] Laura: http://java.net/projects/open-icom/sources/source-code-repository/content/src/icom-bean/icom/UnifiedMessageParticipant.java?rev=261

[09:36] EricChan: Person:

[09:36] EricChan: http://java.net/projects/open-icom/sources/source-code-repository/content/src/icom-bean/icom/Person.java?rev=261

[09:36] EricChan: there is a method

[09:37] EricChan: 249. public InstantMessageFeed getInstantMessageFeed() { 250. return instantMessageFeed; 251. }

[09:37] EricChan: http://java.net/projects/open-icom/sources/source-code-repository/content/src/icom-bean/icom/InstantMessageFeed.java?rev=261

[09:38] EricChan: there is method:

[09:38] EricChan: public boolean addOutboundInstantMessages(InstantMessage outGoingMessage) { 081. if (outboundInstantMessages == null) { 082.
outboundInstantMessages = new Vector<InstantMessage>(); 083. } 084. boolean r = outboundInstantMessages.add(outGoingMessage); 085. return r; 086. }

[09:40] EricChan: public Collection<InstantMessageConnection> getConnections() { 090. if (connections != null) { 091. return Collections.unmodifiableCollection(new
ArrayList<InstantMessageConnection>(connections)); 092. } else { 093. return null; 094. } 095. } 096. 097. boolean addConnection(InstantMessageConnection
instantMessageConnection) { 098. if (connections == null) { 099. connections = new Vector<InstantMessageConnection>(); 100. } 101. boolean r =
connections.add(instantMessageConnection); 102. return r; 103. } 104. 105. boolean removeConnection(InstantMessageConnection instantMessageConnection) { 106.
boolean r = true; 107. if (connections != null) { 108. r = connections.remove(instantMessageConnection); 109. } 110. return r; 111. }

[10:19] EricChan: SummitCommunity.spaces = {Track1, Track2}

[10:20] EricChan: SummitCommunity.groups = {OrgCommittee1, OrgCommittee2}

[10:20] EricChan: Track1.memberGroup = {OrgCommittee1, Participants...}

[10:24] KenBaclawski: Meeting is adjourned.
 



Agenda

1. Roll Call: Please record your attendance at the meeting.

2. [Ken] Discussion of the Standard.  The Committee Specification has been published.

3. [Laura] Discussion of the second java.net article.

4. Discussion of outreach and dissemination activities.

5. Plan for ICOM v2 to define social network model. (see the TC Charter http://www.oasis-open.org/committees/icom/charter.php)

6. AOB



Submitter Ken Baclawski
GroupOASIS Integrated Collaboration Object Model for Interoperable Collaboration Services (ICOM) TC
Access This event is visible to OASIS Integrated Collaboration Object Model for Interoperable Collaboration Services (ICOM) TC and shared with
  • OASIS Open (General Membership)
  • General Public