log src/core/xmpp.py @ 1437:a568fc14ab46

age author description
2015-06-10 souliane bridge, quick_frontend: the JID that is assigned by the server can differ from the one we asked for (resource)
2015-06-10 souliane primitivus: fix setting the presence and status
2015-05-27 Goffi core (xmpp): added log message when a an entity without presence subscription is removed from roster
2015-04-24 souliane core (xmpp): update the cache for a contact group when a contact is removed from it
2015-04-24 souliane core (xmpp): RosterItem.jid is deprecated in Wokkel 0.7.1, use RosterItem.entity instead
2015-04-20 souliane core, plugin XEP-0045, frontends: change frontend method "setStatusOnline" for "setPresenceStatus":
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-04-01 souliane core (xmmp): keep the roster groups cache synchronised + fixes a log.warning
2015-03-30 Goffi 2015 copyright dates update
2015-03-18 Goffi merged branch frontends_multi_profiles
2015-02-09 Goffi core (memory): updateEntityData now accept a "silent" argument to avoid sending signal to frontends when updating an attribute with "signalOnUpdate" flag. frontends_multi_profiles
2015-02-06 Goffi core: fixed items registration in roster management frontends_multi_profiles
2015-02-06 Goffi core: fixed some logging calls without unicode strings, and use of print frontends_multi_profiles
2014-12-19 souliane core (xmpp): set missing "from" attribute of received messages to the server domain
2014-12-10 Goffi core: improved roster management + misc: frontends_multi_profiles