dino/xmpp-vala/src/module/xep
fiaxh 78bb2bbdda Add calls in private MUCs via a MUJI MUC 2021-12-18 21:34:39 +01:00
..
0030_service_discovery Refactor XmppStream, TLS and connection method logic 2020-11-20 15:21:18 +01:00
0045_muc Add multiparty call support to libdino and xmpp-vala 2021-11-10 11:05:34 +01:00
0054_vcard Fetch avatars only when they are used 2020-06-10 19:53:56 +02:00
0166_jingle Add multiparty call support to libdino and xmpp-vala 2021-11-10 11:05:34 +01:00
0167_jingle_rtp Improve call details dialog + small multi-party call fixes 2021-11-15 13:29:13 +01:00
0176_jingle_ice_udp Add multiparty call support to libdino and xmpp-vala 2021-11-10 11:05:34 +01:00
0384_omemo Add multiparty call support to libdino and xmpp-vala 2021-11-10 11:05:34 +01:00
0004_data_forms.vala Improve IBR form handling (#990) 2021-02-17 22:57:53 +01:00
0047_in_band_bytestreams.vala xmpp-vala: Use more async 2020-04-24 14:19:42 +02:00
0048_bookmarks.vala xmpp-vala: Use more async 2020-04-24 14:19:42 +02:00
0048_conference.vala Store MUC passwords in bookmark 2019-12-24 23:31:17 +01:00
0049_private_xml_storage.vala xmpp-vala: Use more async 2020-04-24 14:19:42 +02:00
0060_pubsub.vala Fetch avatars only when they are used 2020-06-10 19:53:56 +02:00
0065_socks5_bytestreams.vala Add libnice and listen for direct connections in Jingle SOCKS5 (#608) 2021-03-19 22:06:02 +01:00
0066_out_of_band_data.vala Move Jid class to xmpp-vala, partially refactor namespace 2018-01-28 00:38:47 +01:00
0077_in_band_registration.vala Fix compiler warnings 2020-06-03 21:50:40 +02:00
0082_date_time_profiles.vala Fix for older glib versions 2020-10-27 16:19:59 +01:00
0084_user_avatars.vala Fetch avatars only when they are used 2020-06-10 19:53:56 +02:00
0085_chat_state_notifications.vala Fix compiler warnings ('assignment .. from incompatible pointer type') by returning non-const after_actions in OrderListener 2021-10-12 17:59:47 +02:00
0115_entity_capabilities.vala Cleanup 2020-09-07 15:21:42 +02:00
0177_jingle_raw_udp.vala Add Jingle Raw UDP Transport Method to xmpp-vala 2021-11-04 17:32:28 +01:00
0184_message_delivery_receipts.vala Fix compiler warnings ('assignment .. from incompatible pointer type') by returning non-const after_actions in OrderListener 2021-10-12 17:59:47 +02:00
0191_blocking_command.vala Fix compiler warnings ('passing argument .. from incompatible pointer type') by passing (non)const argument 2021-10-12 19:53:22 +02:00
0198_stream_management.vala StreamManagement: Fix HashMap potentially being altered while being itterated 2021-04-08 12:19:11 +02:00
0199_ping.vala Don't wait for reply on XEP-0199 pongs. 2021-03-21 16:01:50 +01:00
0203_delayed_delivery.vala Fix compiler warnings ('assignment .. from incompatible pointer type') by returning non-const after_actions in OrderListener 2021-10-12 17:59:47 +02:00
0215_external_service_discovery.vala Add External Service Discovery (XEP-0215) support 2021-03-21 12:41:14 +01:00
0234_jingle_file_transfer.vala Add multiparty call support to libdino and xmpp-vala 2021-11-10 11:05:34 +01:00
0249_direct_muc_invitations.vala Add support for Direct MUC Invitations (XEP-0249) 2021-01-12 23:10:45 +01:00
0260_jingle_socks5_bytestreams.vala Add multiparty call support to libdino and xmpp-vala 2021-11-10 11:05:34 +01:00
0261_jingle_in_band_bytestreams.vala Improve call wording, cleanup 2021-05-01 21:51:24 +02:00
0272_muji.vala Add MUJI (XEP-0272) implementation to xmpp-vala 2021-11-04 17:10:10 +01:00
0280_message_carbons.vala Fix compiler warnings ('assignment .. from incompatible pointer type') by returning non-const after_actions in OrderListener 2021-10-12 17:59:47 +02:00
0298_coin.vala Add initial COIN (XEP-0298) implementation to xmpp-vala 2021-11-04 17:11:33 +01:00
0308_last_message_correction.vala Remove features from service discovery module when detaching module from stream 2020-04-21 16:25:21 +02:00
0313_message_archive_management.vala Fix compiler warnings ('assignment .. from incompatible pointer type') by returning non-const after_actions in OrderListener 2021-10-12 17:59:47 +02:00
0333_chat_markers.vala Fix compiler warnings ('assignment .. from incompatible pointer type') by returning non-const after_actions in OrderListener 2021-10-12 17:59:47 +02:00
0334_message_processing_hints.vala Enable sending chat state notifications in private rooms 2019-05-16 11:12:14 -06:00
0353_jingle_message_initiation.vala Improve call details dialog + small multi-party call fixes 2021-11-15 13:29:13 +01:00
0359_unique_stable_stanza_ids.vala Check if server supports uid 2020-06-03 21:50:40 +02:00
0363_http_file_upload.vala Fix compiler warnings ('assignment .. from incompatible pointer type') by returning non-const after_actions in OrderListener 2021-10-12 17:59:47 +02:00
0380_explicit_encryption.vala Check for eme tag before adding fallback text for empty-body OMEMO messages 2019-02-20 01:48:07 +01:00
0391_jingle_encrypted_transports.vala Only query entity caps when we need them 2020-07-16 23:31:19 +02:00
0402_bookmarks2.vala Remove features from service discovery module when detaching module from stream 2020-04-21 16:25:21 +02:00
0410_muc_self_ping.vala Implement MUC self ping 2020-08-31 16:48:20 +02:00
muji_meta.vala Add calls in private MUCs via a MUJI MUC 2021-12-18 21:34:39 +01:00
pixbuf_storage.vala Remove avatars with missmatch between supposed and actual sha1 hash on load, make loading async 2019-04-24 23:44:00 +02:00