log

age author description
Fri, 07 Dec 2018 17:46:50 +0100 Goffi core (xmpp): check <message> namespace in parseMessage, and accept empty namespace (happen with Wokkel)
Fri, 07 Dec 2018 17:43:43 +0100 Goffi plugin XEP-0313: improvments to prepare MUC MAM:
Sat, 01 Dec 2018 14:40:32 +0100 Goffi core (memory/disco): normalise booleans in extensions
Sat, 01 Dec 2018 14:39:35 +0100 Goffi core (memory/sqlite): skip a line before debug log showing statements
Sat, 01 Dec 2018 14:35:28 +0100 Goffi jp (info/disco): better default output for extensions
Sat, 01 Dec 2018 14:34:55 +0100 Goffi tools (common/data_format): use "default" in json.dumps in serialise (useful notably to serialise jid.JID)
Sat, 01 Dec 2018 10:48:01 +0100 Goffi jp (message): new mam subcommand:
Sat, 01 Dec 2018 10:48:01 +0100 Goffi jp (output): new OUTPUT_MESS output to handle data containing chat messages
Sat, 01 Dec 2018 10:47:59 +0100 Goffi jp (base): pubsub legacy --max option renamed to --max-item to prepare the use of --max for RSM.
Sat, 01 Dec 2018 10:42:25 +0100 Goffi jp (base): new own_jid host attribute:
Sat, 01 Dec 2018 10:41:37 +0100 Goffi jp (base): new date_decoder to specify dates in arguments
Sat, 01 Dec 2018 10:40:19 +0100 Goffi tools (common/date_utils): date_parse_ext + timezone handling:
Sat, 01 Dec 2018 10:34:42 +0100 Goffi plugin XEP-0060: use new parseExtra methods from MAM and RSM
Sat, 01 Dec 2018 10:33:43 +0100 Goffi plugin XEP-0313: implementation of MAM for messages:
Sat, 01 Dec 2018 10:10:25 +0100 Goffi plugin XEP-0059: added "parseExtra" method to easily handle RSM argument coming from bridge.
Sat, 01 Dec 2018 10:08:17 +0100 Goffi core (memory/sqlite): added stanza_id:
Sat, 01 Dec 2018 10:04:17 +0100 Goffi core: minor style/typos fixes
Sat, 01 Dec 2018 09:59:48 +0100 Goffi tools (common/data_format): serialise now check types and return a default value when empty string is parsed.
Sat, 01 Dec 2018 09:57:25 +0100 Goffi plugin XEP-0359: Unique and Stable Stanza IDs implementation, first draft
Mon, 19 Nov 2018 23:46:50 +0100 Goffi core: fixed reactor crash by installing reactor only in makeService
Mon, 19 Nov 2018 21:08:25 +0100 Goffi core: removed whitespace ping (not needed anymore as we handle XMPP ping)
Sun, 18 Nov 2018 15:49:59 +0100 Goffi core (xmpp): added NS_X_DATA to disco features
Sun, 18 Nov 2018 15:49:55 +0100 Goffi jp (base): fixed connection when start_session arg exists but is False
Sun, 18 Nov 2018 15:49:46 +0100 Goffi plugin XEP-0198: Stream Management implementation:
Sat, 10 Nov 2018 10:16:38 +0100 Goffi jp: new command "ping"
Sat, 10 Nov 2018 10:16:38 +0100 Goffi plugin XEP-0199: implementation of XMPP Ping
Sat, 10 Nov 2018 10:16:38 +0100 Goffi core (xmpp): added missing disco#info namespace to disco info result.
Sat, 10 Nov 2018 10:16:35 +0100 Goffi core (xmpp): server certificate validation:
Fri, 09 Nov 2018 16:17:45 +0100 Goffi quick frontend (contact list): use property to retrieve "whoami" in ProfileContactList:
Mon, 05 Nov 2018 09:13:05 +0100 Goffi quick frontend (app): create the contact list immediatly on plug