Projects tigase _server server-core Issues #580
Error 501 <Not Supported> when invoking XEP-0191 (#580)
Won't Fix
Daniel Wisnewski opened 9 years ago

Blocking support was added in issue #2819 7 months ago based on code by Daniele Ricci and Behnam Hatami.

the file BlockingCommand.java is in current build, however when attempting to retrieve blocked list, or block users

disco#info shows following on default install

query xmlns="http://jabber.org/protocol/disco#info">
<identity category="component" type="im" name="Tigase ver. 7.1.0-SNAPSHOT-b4038/5ae1510b (2015-10-05/01:11:41)"/>
<identity category="server" type="im" name="Tigase ver. 7.1.0-SNAPSHOT-b4038/5ae1510b (2015-10-05/01:11:41)"/>
<feature var="http://jabber.org/protocol/commands"/>
<feature var="urn:xmpp:carbons:2"/>
<feature var="http://jabber.org/protocol/stats"/>
<feature var="jabber:iq:auth"/>
<feature var="vcard-temp"/>
<feature var="http://jabber.org/protocol/amp"/>
<feature var="msgoffline"/>
<feature var="http://jabber.org/protocol/disco#info"/>
<feature var="http://jabber.org/protocol/disco#items"/>
<feature var="msgoffline"/>
<feature var="urn:xmpp:ping"/>
<feature var="urn:ietf:params:xml:ns:xmpp-sasl"/>
<feature var="http://jabber.org/protocol/pubsub"/>
<feature var="http://jabber.org/protocol/pubsub#owner"/>
<feature var="http://jabber.org/protocol/pubsub#publish"/>
<identity category="pubsub" type="pep"/>
<feature var="urn:xmpp:archive:auto"/>
<feature var="urn:xmpp:archive:manage"/>
<feature var="jabber:iq:roster"/>
<feature var="jabber:iq:roster-dynamic"/>
<feature var="jabber:iq:version"/>
<feature var="jabber:iq:privacy"/>
<feature var="urn:ietf:params:xml:ns:xmpp-bind"/>
<feature var="http://jabber.org/protocol/commands"/>
<feature var="urn:ietf:params:xml:ns:vcard-4.0"/>
<feature var="urn:ietf:params:xml:ns:xmpp-session"/>
<feature var="jabber:iq:private"/>
</query>

XMLNS urn:xmpp:blocking is not listed and any requests to that result in

<iq type="error" id="blocklist1" to="admin@LENOVO-Z585">
<blocklist xmlns="urn:xmpp:blocking"/>
<error type="cancel" code="501">
<feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
<text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" xml:lang="en">Feature not supported yet.</text>
</error>
</iq>

As this is a feature that is to be in 7.1.0 I'd like to have it up and running prior to release.

%kobit you did the inital integration of this code, were there any additional steps to enable this feature that you recall?

wojciech.kapcia@tigase.net commented 9 years ago

Comment: it's included but not enabled by default, you need to enable it by including +urn:xmpp:blocking in the --sm-plugins to enable it.

Daniel Wisnewski commented 9 years ago

Thanks %wojtek plugin works fine, rejecting issue.

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
3590
Version
tigase-server-7.1.0
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#580
Please wait...
Page is in error, reload to recover