gajim-plural/gajim/common
Philipp Hörist 2e9de7702f Remove discovery of generic pubsub support
We use PubSub only on our account jid, this use case is what PEP
was made for. If PEP is discovered we know that certain PubSub
features are supported, see: https://xmpp.org/extensions/xep-0163.html#defaults

The current check for <feature var='http://jabber.org/protocol/pubsub'/>
is pretty useless, as it just tells us that there is a PubSub implementation
but not much about the features. Only `publish` and `subscribe` are MUST
in XEP-0060 which is not enough for our needs.

If there is ever need to discover a generic PubSub implementation
that is not PEP we should check for all the PubSub features we need
instead of only for <feature var='http://jabber.org/protocol/pubsub'/>
2017-10-15 01:56:52 +02:00
..
protocol fix some pylint errors 2017-08-24 23:01:06 +02:00
zeroconf Refactor Avatars 2017-10-08 11:26:28 +02:00
__init__.py
account.py
app.py Refactor Avatars 2017-10-08 11:26:28 +02:00
atom.py
caps_cache.py
check_X509.py Simplify check_X509.py 2017-10-05 21:58:45 +02:00
check_paths.py Add avatar_sha field to Cache DB 2017-10-08 11:25:49 +02:00
commands.py fix some pylint errors 2017-08-24 23:01:06 +02:00
config.py Refactor Avatars 2017-10-08 11:26:28 +02:00
configpaths.py setup.py: move plugins directory to data directory 2017-09-22 21:48:18 +02:00
connection.py Remove discovery of generic pubsub support 2017-10-15 01:56:52 +02:00
connection_handlers.py Refactor store_bookmarks() 2017-10-14 00:13:13 +02:00
connection_handlers_events.py Print malformed pubsub avatar stanzas 2017-10-08 14:32:59 +02:00
const.py Refactor Avatars 2017-10-08 11:26:28 +02:00
contacts.py Refactor Avatars 2017-10-08 11:26:28 +02:00
crypto.py PyOpenSSL removed rand module. Stop using it. Fixes #8731 2017-09-20 11:39:55 +02:00
dataforms.py dataforms: Replace @nested_property with @property. 2017-08-27 20:57:35 +01:00
dbus_support.py Fix some logging calls 2017-09-26 07:14:01 +02:00
dh.py
events.py
exceptions.py Update old trac links 2017-08-27 22:32:33 +02:00
file_props.py
fuzzyclock.py
ged.py
gpg.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
helpers.py Refactor Avatars 2017-10-08 11:26:28 +02:00
i18n.py Linux: fix translation issue 2017-09-22 19:12:26 +02:00
idle.py
jingle.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
jingle_content.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
jingle_ft.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
jingle_ftstates.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
jingle_rtp.py Fix some strings for a better translation 2017-09-19 12:45:02 +02:00
jingle_session.py Hide some pylint errors 2017-08-24 23:20:35 +02:00
jingle_transport.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
jingle_xtls.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
location_listener.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
logger.py Refactor Avatars 2017-10-08 11:26:28 +02:00
logging_helpers.py
message_archiving.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
multimedia_helpers.py
nec.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
optparser.py Fix db migration 2017-10-08 14:03:37 +02:00
passwords.py Fix import 2017-09-19 22:06:21 +02:00
pep.py Refactor Avatars 2017-10-08 11:26:28 +02:00
proxy65_manager.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
pubsub.py Refactor store_bookmarks() 2017-10-14 00:13:13 +02:00
resolver.py Fix Resolver Test 2017-09-17 10:43:10 +02:00
rst_xhtml_generator.py Fix typo in link 2017-08-27 22:41:11 +02:00
sleepy.py Fix some logging calls 2017-09-26 07:14:01 +02:00
socks5.py fix some pylint errors 2017-08-24 23:01:06 +02:00
stanza_session.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00