Skip to content

Commit 8586e27

Browse files
committed
Merge pull request #425 from hintjens/master
Problem: need zpinger in Node.js
2 parents a5e4481 + 3b56202 commit 8586e27

File tree

10 files changed

+457
-139
lines changed

10 files changed

+457
-139
lines changed

api/zyre_event.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
<return type = "enum:zyre event.type" />
3939
</method>
4040

41-
<method name = "sender">
42-
Return the sending peer's id as a string
41+
<method name = "peer uuid">
42+
Return the sending peer's uuid as a string
4343
<return type = "string" />
4444
</method>
4545

46-
<method name = "name">
46+
<method name = "peer name">
4747
Return the sending peer's public name as a string
4848
<return type = "string" />
4949
</method>
5050

51-
<method name = "address">
51+
<method name = "peer addr">
5252
Return the sending peer's ipaddress as a string
5353
<return type = "string" />
5454
</method>
@@ -71,7 +71,7 @@
7171
</method>
7272

7373
<method name = "msg">
74-
Returns the incoming message payload (currently one frame)
74+
Returns the incoming message payload
7575
<return type = "zmsg" />
7676
</method>
7777

0 commit comments

Comments
 (0)