Opened 13 years ago
Closed 13 years ago
#55 closed enhancement (fixed)
Add support for the XMPP Ping protocol
Reported by: | ralphm | Owned by: | ralphm |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | generic | Keywords: | |
Cc: |
Description
This is the ideal protocol for providing examples on building XMPP servers and implementing protocols. The implementation should have examples to show off different deployment strategies.
Change History (2)
comment:1 Changed 13 years ago by ralphm
- branch set to branches/ping-55
comment:2 Changed 13 years ago by ralphm
- Resolution set to fixed
- Status changed from new to closed
(In [183]) Add support for the XMPP Ping protocol.
Author: ralphm Fixes #55.
This adds a whole bunch of examples around the ping protocol in different settings for both the pinger and pingee: as a external server-side component, as a standalone server with server-to-server connectivity and as a client.
Also updates the disco support to allow for non-deferred responses from subprotocol handlers
Note: See
TracTickets for help on using
tickets.
(In [177]) Branching to 'ping-55'