2019-09-18 06:02:21 +00:00
|
|
|
/*
|
|
|
|
* Public API Surface of ucap-webmessenger-protocol-sync
|
|
|
|
*/
|
2019-10-07 01:08:14 +00:00
|
|
|
|
|
|
|
export * from './lib/models/buddy-info';
|
|
|
|
export * from './lib/models/group-info';
|
2020-01-06 00:26:32 +00:00
|
|
|
export * from './lib/models/user-Info';
|
2019-10-07 01:08:14 +00:00
|
|
|
|
|
|
|
export * from './lib/protocols/buddy';
|
|
|
|
export * from './lib/protocols/group';
|
|
|
|
export * from './lib/protocols/room';
|
2019-09-18 06:02:21 +00:00
|
|
|
|
|
|
|
export * from './lib/services/sync-protocol.service';
|
|
|
|
|
|
|
|
export * from './lib/ucap-sync-protocol.module';
|
2019-09-24 09:21:22 +00:00
|
|
|
|
2019-09-25 08:26:19 +00:00
|
|
|
export * from './lib/types/service';
|