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

Suggested fix for issue #3 #4

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

mwittig
Copy link

@mwittig mwittig commented Jun 9, 2015

#3 - The case where url.pathname does not start with peer.prefix is not handled, i.e. no response is generated for this case.

@louaybassbouss
Copy link
Contributor

As I mentioned in my comment on issue #2 , there is no need for the changes you made in this PR. It is important to know that peer-upnp is only responsible for requests starting with "/upnp". All other requests need to be handled in your application (e.g. upnp-test.js). This allows you to reuse the server for other purposes and not only for peer-upnp. I hope the example makes my explanation more clear. If this solves you issue I will reject your PR and close the issue.

…me does not start with peer.prefix is not handled, i.e. no response is generated for this case.
…l.pathname does not start with peer.prefix is not handled, i.e. no response is generated for this case."

This reverts commit a7e7819.
…where url.pathname does not start with peer.prefix is not handled, i.e. no response is generated for this case.""

This reverts commit f821f9c.
mwittig and others added 21 commits October 1, 2015 11:26
… peer-ssdp issue fraunhoferfokus#3: addMembership EADDRNOTAVAIL revisited -
* Changes:
   * Update to peer-ssdp version 0.0.5
fixed checking of path to identify peer requests
xmlns for response now includes the full namespace with schema, service,
type and version
…se-xmlns

Fix setting xml namespace for responses
…me does not start with peer.prefix is not handled, i.e. no response is generated for this case.
…l.pathname does not start with peer.prefix is not handled, i.e. no response is generated for this case."

This reverts commit a7e7819.
…where url.pathname does not start with peer.prefix is not handled, i.e. no response is generated for this case.""

This reverts commit f821f9c.
… peer-ssdp issue fraunhoferfokus#3: addMembership EADDRNOTAVAIL revisited -
# Conflicts:
#	lib/peer-upnp.js
(cherry picked from commit 6236fa6)
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

Successfully merging this pull request may close these issues.

3 participants