Merge branch 'merging' of cwtch.im/cwtch into master

This commit is contained in:
erinn 2018-11-24 01:44:44 +00:00 committed by Gogs
commit e3eddb0d93
1 changed files with 1 additions and 1 deletions

View File

@ -70,8 +70,8 @@ type CwtchPeer interface {
SetApplicationInstanceFactory(factory application.ApplicationInstanceFactory)
SetPeerDataHandler(func(string, []byte) []byte)
Listen()
IsStarted() bool
Listen()
Shutdown()
}