Projects tigase _server tigase-muc Issues #11
Finish implementation of disco#items and disco#info (#11)
Open
Bartosz Małkowski opened 1 decade ago

Whole 6. Entity Use Cases

must be checked and implemented missing parts

Especially needed:

tom quas commented 1 decade ago

yeah, please finish it. i'm currently trying to get the number of occupants in a room and do send the following:

  <iq to='world@muc.example.com' type='get' xmlns='jabber:client'><query xmlns='http://jabber.org/protocol/disco#items'/></iq>

the response is

  <iq from='world@muc.example.com' to='tom@example.com/console_666' type='error' xmlns='jabber:client'><query xmlns='http://jabber.org/protocol/disco#items'/><error code='501' type='cancel'><feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xml:lang='en' xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>To be implemented!</text></error></iq>

that feels wrong.

wojciech.kapcia@tigase.net commented 1 decade ago

Updated issue with changes needed/related for "no presence" mode.

issue 1 of 1
Type
New Feature
Priority
Blocker
Assignee
RedmineID
77
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/tigase-muc#11
Please wait...
Page is in error, reload to recover