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

Status of XMPP support for GCM? #608

Open
cshipley opened this issue Jan 27, 2016 · 2 comments
Open

Status of XMPP support for GCM? #608

cshipley opened this issue Jan 27, 2016 · 2 comments

Comments

@cshipley
Copy link

Hi, how is XMPP for GCM looking? What can I do to help?

@Redth
Copy link
Owner

Redth commented Jan 27, 2016

So I started using XmlReader over an SslStream to read things in. There's an inherent flaw in this approach (not sure if it's specific to mono) to do with the XmlReader implementation.

My next approach (and I've started locally) is to create my own xml fragment reader that basically reads from the network into a local buffer and keeps processing complete xml fragments from the local buffer as they are received (basically my own XmlReader implementation).

This shouldn't be too difficult, just a matter of time to complete it.

@cshipley
Copy link
Author

Thanks Jonathan. Out of curiosity, what is the flaw you encountered? Also, would PushSharp support reading the upstream XMPP messages that come from GCM?

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

No branches or pull requests

2 participants