- Oct 31, 2017
-
-
Philipp Hörist authored
-
Philipp Hörist authored
Its enough to connect to the handle-local-options signal for what we currently want to do.
-
- Oct 30, 2017
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Oct 29, 2017
-
-
Philipp Hörist authored
-
- Oct 28, 2017
-
-
Philipp Hörist authored
If the JID is not in the DB we need a type to insert
-
Philipp Hörist authored
-
- Oct 27, 2017
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Oct 26, 2017
-
-
Philipp Hörist authored
New Style for Chat Windows See merge request gajim/gajim!144
-
Philipp Hörist authored
-
Philipp Hörist authored
- Move ActionBar into HeaderMenu - Make Design of ChatControl look cleaner - Hide the Roster in Groupchats per default - Add Button to hide/show Roster in Groupchats - Move Groupchat topic into popover - Display Avatars on the right side of the ChatControl and status on the left - Add a default Avatar for contacts that have none
-
- Oct 22, 2017
-
-
Philipp Hörist authored
the account name was passed instead of the account jid
-
Philipp Hörist authored
- make it use get_jid_id() and return the jid_id
-
Philipp Hörist authored
Use _jid_ids dict instead
-
Philipp Hörist authored
-
Philipp Hörist authored
- Cache jid_id so we save on DB querys
-
- Oct 20, 2017
-
-
Philipp Hörist authored
-
Philipp Hörist authored
A special Client only publishes Images in this Format
-
Philipp Hörist authored
-
- Oct 19, 2017
-
-
Philipp Hörist authored
-
- Oct 17, 2017
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Oct 16, 2017
-
-
Philipp Hörist authored
-
- Oct 15, 2017
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #8762
-
Philipp Hörist authored
-
- Oct 14, 2017
-
-
Philipp Hörist authored
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'/>
-
-
Philipp Hörist authored
Fixes #8765
-
Philipp Hörist authored
Moved to the gajim-plugins repository
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #8761
-
- Oct 13, 2017
-
-
Philipp Hörist authored
-