Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

just want to know protocol you use #3

Open
goldalworming opened this issue May 7, 2015 · 6 comments
Open

just want to know protocol you use #3

goldalworming opened this issue May 7, 2015 · 6 comments

Comments

@goldalworming
Copy link

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?

@oikomi
Copy link
Owner

oikomi commented May 7, 2015

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

@goldalworming
Copy link
Author

ok, thank you.

@yupengfei
Copy link

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?

@oikomi
Copy link
Owner

oikomi commented May 8, 2015

@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 oikomi reopened this May 8, 2015
@node
Copy link

node commented Dec 22, 2015

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)

@oikomi
Copy link
Owner

oikomi commented Dec 22, 2015

@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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants