log src/core/sat_main.py @ 776:f89173f44850

age author description
2013-12-29 Goffi core: dynamics menus refactoring:
2013-12-29 Goffi core: i18n refactoring:
2013-12-18 souliane core: fix bridge method getContactsFromGroup return value (list of jids --> list of strings)
2013-12-24 Goffi backend, frontends: callbacks refactoring:
2013-12-24 Goffi core, frontends: callMenu is now async and don't use callback_id anymore
2013-12-17 Goffi core,bridge: sendMessage bridge method is now async
2013-12-16 souliane core: bug fix for serverDiscoItems (bad use of addCallbacks)
2013-12-16 souliane core: bug fix for requestServerDisco in sat_main.py + added getAllServerIdentities method in memory.py
2013-12-11 souliane plugin XEP-0033: implementation of the addressing feature:
2013-12-10 Goffi plugin XEP-0050: Ad-Hoc commands first draft (answering part)
2013-12-10 Goffi core: fixed statuses parameter in setPresence, and using @NONE@ instead of @DEFAULT@ for default profile_key
2013-11-13 Goffi core: dont save anymore messages to database if there is no "message" data (fix empty records with chat states)
2013-11-13 Goffi core: sendMessage's options parameter has been renamed to extra to be consistent with newMessage
2013-11-13 Goffi core: sendMessage triggers now use a treatments deferred;