Skip to content

Commit

Permalink
Merge pull request #425 from hintjens/master
Browse files Browse the repository at this point in the history
Problem: need zpinger in Node.js
  • Loading branch information
keent committed Feb 10, 2016
2 parents a5e4481 + 3b56202 commit 8586e27
Show file tree
Hide file tree
Showing 10 changed files with 457 additions and 139 deletions.
10 changes: 5 additions & 5 deletions api/zyre_event.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
<return type = "enum:zyre event.type" />
</method>

<method name = "sender">
Return the sending peer's id as a string
<method name = "peer uuid">
Return the sending peer's uuid as a string
<return type = "string" />
</method>

<method name = "name">
<method name = "peer name">
Return the sending peer's public name as a string
<return type = "string" />
</method>

<method name = "address">
<method name = "peer addr">
Return the sending peer's ipaddress as a string
<return type = "string" />
</method>
Expand All @@ -71,7 +71,7 @@
</method>

<method name = "msg">
Returns the incoming message payload (currently one frame)
Returns the incoming message payload
<return type = "zmsg" />
</method>

Expand Down
Loading

0 comments on commit 8586e27

Please sign in to comment.