• Christian Schudt's avatar
    OF-462 PEP should process IQ-gets that have no 'to' attribute. · 95f40ab7
    Christian Schudt authored
    I've removed the "userFeatures", because I think a user cannot have features.
    
    As per XEP-0163:
    
    The server MUST return an identity of "pubsub/pep" on behalf of the account (as well as a list of the namespaces and other features it [the server?)] supports)
    Anyway, the old logic only returned one feature (disco#info) for the user,
    which was wrong, too (the pubsub features were missing at least)
    
    disco#items addressed to the account (bare jid) or without 'to' attribute are treated the same now, too.
    
    Also partially addresses OF-872.
    95f40ab7
Name
Last commit
Last update
..
DiscoInfoProvider.java Loading commit data...
DiscoItem.java Loading commit data...
DiscoItemsProvider.java Loading commit data...
DiscoServerItem.java Loading commit data...
IQDiscoInfoHandler.java Loading commit data...
IQDiscoItemsHandler.java Loading commit data...
ServerFeaturesProvider.java Loading commit data...
ServerIdentitiesProvider.java Loading commit data...
ServerItemsProvider.java Loading commit data...
UserIdentitiesProvider.java Loading commit data...
UserItemsProvider.java Loading commit data...
package-info.java Loading commit data...