FishChatServer icon indicating copy to clipboard operation
FishChatServer copied to clipboard

just want to know protocol you use

Open goldalworming opened this issue 9 years ago • 6 comments

hi, I just want to know what protocol you use to provide notification do you use xmpp, mqtt or http with long polling or even websocket?

goldalworming avatar May 07 '15 09:05 goldalworming

until now, it just support TCP, also I have plan to support websocket; and the protocol is completely private, transfer in JSON

oikomi avatar May 07 '15 10:05 oikomi

ok, thank you.

goldalworming avatar May 08 '15 05:05 goldalworming

I have read your code, and pretty impressive project, so many thanks. What I want to know is, have you considered to support other protocols such as MQTT?

yupengfei avatar May 08 '15 05:05 yupengfei

@yupengfei MQTT is possible to add, that I have a plan to separate the protocol module, you known that the new protocol only affect client and msg_server, no change between inner servers.

also I suggest you to fork a new branch. Thank you!

oikomi avatar May 08 '15 06:05 oikomi

How about security ? I know another IM solution build by GO named vuvuzela , which is famous of it‘s security feature. (https://github.com/davidlazar/vuvuzela)

node avatar Dec 22 '15 07:12 node

@node hmm, it is a special project, actually we use tls encryption can save our info, but we may want to protected our info in the server which belong to the commercial company. That is interesting, try to research it :)

oikomi avatar Dec 22 '15 09:12 oikomi