Ticket #38 (closed enhancement: invalid)

Opened 4 years ago

Last modified 4 years ago

wokkel.pubsub.PubSubClient does not have disco methods

Reported by: tofu Owned by: ralphm
Priority: normal Milestone:
Component: generic Keywords:
Cc:

Description

It would be cool if we could get methods for discovery on pubsub nodes in this class. Basically adding client support for section 5 of XEP-0060 (http://xmpp.org/extensions/xep-0060.html#entity)

Change History

comment:1 Changed 4 years ago by tofu

  • Type changed from defect to enhancement

comment:2 Changed 4 years ago by caedes

This is handled by the patch attached to #28 by DiscoClientProtocol?.

comment:3 Changed 4 years ago by tofu

  • Status changed from new to closed
  • Resolution set to invalid

yes, but it would be nice to have methods specific to pubsub. It would use the DiscoClientProtocol? and may not be that much code. Maybe it is not worth doing though. I will close this and we can reopen later if needed.

comment:4 Changed 4 years ago by caedes

well.. i made #28 to work with pubsub, and basic protocol is all that's needed (it allows all use cases from xep060 i think).

Note: See TracTickets for help on using tickets.