You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xmppipe/src
Michael Santos 4d79bddf56 ping: install a pong handler
Respond to server pings:

https://xmpp.org/extensions/xep-0199.html#s2c

```
xmpp DEBUG RECV: <iq id="rr-1694698253331-17375542133555098656-wf3J7kbG6j8Ft5Vx0cMY99txsW8=-55238004" type="get" to="msantos@example.com/110052433108464573191602" from="example.com"><ping xmlns="urn:xmpp:ping"/></iq>
conn DEBUG SENT: <iq id="rr-1694698253331-17375542133555098656-wf3J7kbG6j8Ft5Vx0cMY99txsW8=-55238004" to="example.com" type="result" from="msantos@example.com/110052433108464573191602"/>
```

Thanks @jessiehowell !

Fixes https://github.com/msantos/xmppipe/issues/9
9 months ago
..
iq.c XEP-0363: HTTP File Upload 5 years ago
message.c Always display chat markers 5 years ago
muc.c muc: free child stanzas 5 years ago
null.c Consistently format using clang-format 5 years ago
ping.c ping: install a pong handler 9 months ago
presence.c Consistently format using clang-format 5 years ago
restrict_process_capsicum.c capsicum: disable fs writes 1 year ago
restrict_process_null.c s/XMPPIPE_RESTRICT/RESTRICT/gi 5 years ago
restrict_process_pledge.c s/XMPPIPE_RESTRICT/RESTRICT/gi 5 years ago
restrict_process_rlimit.c rlimit: test if stdout is a file 1 year ago
restrict_process_seccomp.c seccomp: remove duplicates, allow mremap in stdin mode 1 year ago
stream_management.c stream_management: warning: cast strotonum() result 5 years ago
strtonum.c sandbox->restrict_process 5 years ago
strtonum.h strtonum: fix prototype warning 5 years ago
version.c version: add child stanza before release 5 years ago
xmppipe.c ping: install a pong handler 9 months ago
xmppipe.h ping: install a pong handler 9 months ago
xmppipe_conn.c Consistently format using clang-format 5 years ago
xmppipe_event.c Mark fun as static 5 years ago
xmppipe_fmt.c Replace ctype usage 12 months ago
xmppipe_send.c xmppipe_uuid_gen: xmpp_uuid_gen NULL check wrapper 5 years ago
xmppipe_util.c Fix function declarations without prototypes 1 year ago