Commit Graph

  • a83c00e933
    Update test framework to work with new filters mathieui 2019-08-21 21:19:10 +02:00
  • 31f6ef6814
    Run the send queue in a separate coroutine mathieui 2019-08-21 21:18:24 +02:00
  • 9b3874b5df
    xep_0048: Ensure Conference jid is of type str when given a JID Maxime “pep” Buquet 2019-11-11 14:00:19 +01:00
  • 0139fb291e
    Fix a bug in the 0202 plugin where a time result would send back a result mathieui 2019-09-19 22:54:53 +02:00
  • e58988484a
    Match the sender JID as well as the queryid in MAM results mathieui 2019-09-10 23:13:04 +02:00
  • 5d5e5cda19
    Add typing/docstring in the MAM plugin mathieui 2019-09-10 22:44:46 +02:00
  • 11f707987d Added amount parameter, so that limit on the msgs received per query can be changed. root 2019-08-29 11:25:26 +05:30
  • db13794e0f Revert "Remove a block of compatibility code" Maxime “pep” Buquet 2019-08-28 00:12:10 +02:00
  • 37bc1bb9b3
    Remove a block of compatibility code mathieui 2019-08-26 12:00:38 +02:00
  • 9be30e5291
    fix a typo in the invalidjid exception name case mathieui 2019-08-25 01:42:00 +02:00
  • 9fe20a4056 Merge branch 'origin-id' into 'master' Maxime Buquet 2019-08-23 17:10:42 +02:00
  • 3253d34c0a basexmpp: Make origin-id opt-out Maxime “pep” Buquet 2019-07-20 16:35:18 +02:00
  • fef575ee1a Implement origin-id (XEP-0359) Maxime “pep” Buquet 2019-07-18 12:28:16 +02:00
  • 540ff89427 Merge branch 'mam' into 'master' Maxime Buquet 2019-08-23 16:37:12 +02:00
  • dd8ac8fc87 Assign True to the 'before' tag if it's value is None (eg:at the start no msg is there in the group, so no stanza-id) root 2019-08-23 04:25:16 +05:30
  • 2249d878d1 Merge branch 'mam' into 'master' Maxime Buquet 2019-08-23 00:03:07 +02:00
  • 89fa9dc1dd Removed before tag. (Code for setting it is already there) root 2019-08-23 00:21:42 +05:30
  • d7729e8683 Removed assigning 'reverse' value to the 'before' tag (It's value is set in xep_0313 (mam.py file) and if not then by default it is takes as 'None'). root 2019-08-23 00:15:34 +05:30
  • d618f55dea Merge branch 'mam' into 'master' louiz’ 2019-08-13 09:54:43 +02:00
  • b0e688eb35 Added <before> tag for querying messages before a stanza-id. Madhur Garg 2019-08-12 23:39:01 +05:30
  • 0e7176483b
    xep_0030: add docstring to get_info_from_domain Maxime “pep” Buquet 2019-08-03 16:05:09 +02:00
  • f35569a2c1 Remove the last instances of a block argument to iq.send(). Emmanuel Gil Peyrot 2019-08-01 22:36:18 +02:00
  • bec6f7c8f3 Merge branch 'mam' into 'master' Link Mauve 2019-08-01 22:30:58 +02:00
  • 027ce2434d Removed 'block' from set_preferences as it was giving a TypeError while sending the staza. Madhur Garg 2019-08-02 01:57:36 +05:30
  • d57fbb57a2 Merge branch 'mam' into 'master' Maxime Buquet 2019-07-22 22:05:05 +02:00
  • 85cd7a9166 Added a function to get current MAM preferences. Madhur Garg 2019-07-18 16:55:11 +05:30
  • d50d996c68
    xmlstream/stanzabase: remove unused interfaces and types attributes Maxime “pep” Buquet 2019-07-16 11:26:54 +02:00
  • 371ad20ca7
    Do not add disco#info for occupantid, it’s a server thing mathieui 2019-07-14 13:25:22 +02:00
  • 5f49df6b56
    Add the occupant id stanza elements mathieui 2019-07-14 13:13:59 +02:00
  • b50bfb2f34
    Initial commit for reactions protoxep mathieui 2019-07-13 19:32:37 +02:00
  • b29bb30eb7
    Make generated stanza id truly random Maxime “pep” Buquet 2019-07-13 14:07:31 +02:00
  • 4435c81d77 xmlstream.disconnect: add compat behaviour, set wait to default 2.0 when True is passed. Update documentation Maxime “pep” Buquet 2019-04-24 23:22:45 +01:00
  • 2638ba2744 Added 'reverse' argument. Madhur Garg 2019-07-03 14:18:33 +05:30
  • dbc9758311 Added 'reverse' parameter in mam and rsm plugins Madhur Garg 2019-07-03 10:31:18 +05:30
  • 47968963b1
    Revert part of previous commit. Return NotImplemented when object is not a valid JID Maxime “pep” Buquet 2019-05-07 11:56:39 +01:00
  • 4e8800f954
    jid: return not equal if value can't be converted to JID Maxime “pep” Buquet 2019-05-07 10:08:46 +01:00
  • 40053518aa Merge remote-tracking branch 'origin/mr/13' Maxime “pep” Buquet 2019-04-27 12:59:23 +01:00
  • 1ee0f72ead
    xmlstream.disconnect: fix frenchism in docstring Maxime “pep” Buquet 2019-04-24 23:35:33 +01:00
  • 4bb81228ae
    xmlstream.disconnect: typing hints Maxime “pep” Buquet 2019-04-24 23:35:06 +01:00
  • 60a7a5b8df
    presence: Ensure <show/> value is valid when returned as presence @type value Maxime “pep” Buquet 2019-04-24 20:29:54 +01:00
  • 946674f424
    xep_0045: Ensure <show/> value is valid. Maxime “pep” Buquet 2019-04-24 20:28:58 +01:00
  • 412a9169bd
    Fixes #3432. Allow execute to be used with the meaning of 'next'. adhoc-execute-next Maxime “pep” Buquet 2019-04-14 02:21:09 +01:00
  • 72b355de8c
    xep_0050: Fix indentation Maxime “pep” Buquet 2019-04-14 02:19:58 +01:00
  • af246dcfe1
    slixmpp/jid: add types Maxime “pep” Buquet 2019-04-07 23:14:44 +01:00
  • 9612e518fb Merge branch 'master' into 'master' Maxime Buquet 2019-04-07 00:24:50 +02:00
  • fde8264191
    xep_0202: Fix plugin_init docstring Maxime “pep” Buquet 2019-04-06 13:44:05 +01:00
  • 1cdc656208
    Fixes poezio/poezio#3472: Don't remove TZ in 0202 utc tag Maxime “pep” Buquet 2019-04-06 13:42:26 +01:00
  • 0042108a67
    poezio/poezio#3472: Ensure tz is correctly set when offset is an int Maxime “pep” Buquet 2019-04-03 23:16:37 +01:00
  • 704161a285 mark end-of-stream as session-ending event Georg Lukas 2019-03-26 15:16:52 +01:00
  • 6b1b58a339 XEP-0199: use new 0-timeout reconnect() with reason Georg Lukas 2019-03-26 11:09:24 +01:00
  • 4f96e5fa75 Do not directly enqueue connect() as event handler, parameter mismatch Georg Lukas 2019-03-26 11:08:45 +01:00
  • bcb90a653e Do not close stream on 0-timeout disconnect, allows 0198 resume Georg Lukas 2019-03-26 11:02:28 +01:00
  • 7e435b703d Propagate disconnect() reason into 'disconnected' event Georg Lukas 2019-03-26 11:01:36 +01:00
  • 2dda6b80d4 Partially fix poezio/poezio#3452. Prevent groupchat_subject from triggered sent when body or thread are in the message. Maxime “pep” Buquet 2019-03-23 17:04:47 +00:00
  • 5629e44710 Merge branch 'patch-1' into 'master' mathieui 2019-03-15 00:38:35 +01:00
  • 6a06881d8b
    xep_0030: fix typo on 'remote' in get_info docstring Maxime “pep” Buquet 2019-03-05 00:00:14 +00:00
  • 2b666eb1de Revert "Remove license from unused project" Maxime “pep” Buquet 2019-02-24 12:16:06 +00:00
  • 400e7a3903 Remove SocksiPy license Emmanuel Gil Peyrot 2019-02-24 12:58:27 +01:00
  • fbab3ad214
    Remove license from unused project Maxime “pep” Buquet 2019-02-24 12:00:16 +00:00
  • 628b357b06 Merge branch 'eme-add-method' into 'master' mathieui 2019-02-23 14:07:15 +01:00
  • 88260cc240
    xep_0380: Add add_eme method Maxime “pep” Buquet 2019-02-23 12:54:56 +00:00
  • e9f2f503b8
    xep_0380: Remove remove_handler call in plugin_end Maxime “pep” Buquet 2019-02-23 12:36:40 +00:00
  • 696a72247b Fix slixmpp.ClientXMPP.cancel_connection_attempt() ehendrix23 2019-02-22 00:41:02 +01:00
  • 05d76e4b1d
    Change more URLs to lab.louiz.org Maxime “pep” Buquet 2019-02-12 10:34:57 +00:00
  • d52d4fbbbe
    Update project URLs to lab.louiz.org Maxime “pep” Buquet 2019-02-12 10:26:04 +00:00
  • e53c0fcb30 README: Add pep as a contributor Maxime “pep” Buquet 2019-02-10 14:18:24 +00:00
  • 97d68c5196 setup.py: GTalk is no more Maxime “pep” Buquet 2019-02-10 14:18:07 +00:00
  • b42fafabb4
    Make the cache encode and decode not crash if something goes wrong mathieui 2019-02-02 17:42:24 +01:00
  • 3a44ec8f15
    Add tests for the cache api mathieui 2019-02-02 17:32:10 +01:00
  • 93f385562f
    Add a "remove" action on the cache API mathieui 2019-02-02 17:31:48 +01:00
  • 9cab02438b
    Fix XEP-0335 mathieui 2019-02-02 15:41:55 +01:00
  • 74ed50e626 Set @id by default on outgoing messages and presences. Emmanuel Gil Peyrot 2019-01-31 16:46:50 +01:00
  • 9d378c611c
    Release 1.4.2 slix-1.4.2 mathieui 2019-01-31 14:50:26 +01:00
  • d85d8f4479 Merge branch 'xep-0335' into 'master' Link Mauve 2019-01-22 19:28:38 +01:00
  • fb75f7cda9 Stop requesting avatar without the intervention of the client. Emmanuel Gil Peyrot 2019-01-22 15:12:00 +01:00
  • 41419a2161 Fix authenticating on a non-TLS socket. Emmanuel Gil Peyrot 2019-01-21 01:01:59 +01:00
  • 7cd73b594e XEP-0223: Fix default access_model, it MUST be whitelist. Emmanuel Gil Peyrot 2019-01-17 12:08:51 +01:00
  • 15c6b775ff Simplify the non-CDATA path of tostring.escape. Emmanuel Gil Peyrot 2019-01-09 15:03:05 +01:00
  • 4b482477e2 Split ns only once in fix_ns(). Emmanuel Gil Peyrot 2019-01-09 14:57:39 +01:00
  • f7e4caadfe Split tag and attrib only once in tostring(). Emmanuel Gil Peyrot 2019-01-09 14:55:27 +01:00
  • 5f25b0b6a0 Add a default timeout to iq.send(). Emmanuel Gil Peyrot 2019-01-09 13:22:37 +01:00
  • d228bc42ea
    Mention that GnuPG is required for tests Mateusz Piotrowski 2018-12-27 17:21:12 +01:00
  • ecdc44a601 Merge branch 'master' into 'master' mathieui 2018-12-27 16:55:47 +01:00
  • 33370e42f1 XEP-0363: Use a specific exception for HTTP errors Emmanuel Gil Peyrot 2018-11-20 07:44:09 +01:00
  • 4699861925 catch http upload errors on upload Florian Klien 2018-11-19 21:55:51 +01:00
  • 2d228bdb56
    Decode bytes in GSSAPI handling, as expected by the kerberos module API. Jelmer Vernooij 2018-10-30 22:29:20 +00:00
  • 570e653ac2
    Release slixmpp 1.4.1 slix-1.4.1 mathieui 2018-10-28 14:15:51 +01:00
  • 282a481059 Merge branch 'setup_dependency_fix' into 'master' mathieui 2018-10-28 14:08:26 +01:00
  • f386db380b docs: auto-set copyright year to current year Florian Klien 2018-10-15 18:09:21 +02:00
  • 7b87d98fff auto set version of Slixmpp in Docs Florian Klien 2018-10-15 18:06:13 +02:00
  • 8779d40602 typo Florian Klien 2018-10-27 23:32:18 +02:00
  • f0b21c42d5 examples: Add the possibility to use another HTTP File Upload domain. Emmanuel Gil Peyrot 2018-10-27 23:25:59 +02:00
  • e241d4e3c7 XEP-0030: Don’t call the timeout_callback on each domain which doesn’t reply to disco#info. Emmanuel Gil Peyrot 2018-10-27 23:21:27 +02:00
  • bd22a41a78 XEP-0363: Also check for disco#info’s feature instead of just the identity. Emmanuel Gil Peyrot 2018-10-27 23:14:39 +02:00
  • a29a29227a XEP-0363: Add a domain argument to discover an upload service on a specific domain. Emmanuel Gil Peyrot 2018-10-27 22:50:41 +02:00
  • d4d542b741 fixing uncaught async exceptions due to missing await Florian Klien 2018-10-27 21:38:50 +02:00
  • dc4936a6d3 added aoihttp dependency Florian Klien 2018-10-22 12:41:20 +02:00
  • 897610d819 fix: failUnlessEqual -> assertEqual Florian Klien 2018-10-10 14:12:34 +02:00
  • d33366badd fixing deprecation warnings for pytest Florian Klien 2018-10-08 23:25:23 +02:00
  • 809c500002
    Add the loop parameters at places where it has been forgotten mathieui 2018-10-09 12:34:56 +02:00