diff options
author | fiaxh <git@lightrise.org> | 2020-08-14 16:42:56 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2020-08-31 16:48:20 +0200 |
commit | e6a90fc25c19b4cfceff7b1d89c58927753ee98d (patch) | |
tree | ccdf16576088c7734e4ca0ec554a285d3ff0bf7f /xmpp-vala/CMakeLists.txt | |
parent | ff9a9a0d667694cc9254db832655bddfbcabc909 (diff) | |
download | dino-e6a90fc25c19b4cfceff7b1d89c58927753ee98d.tar.gz dino-e6a90fc25c19b4cfceff7b1d89c58927753ee98d.zip |
Implement MUC self ping
Diffstat (limited to 'xmpp-vala/CMakeLists.txt')
-rw-r--r-- | xmpp-vala/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmpp-vala/CMakeLists.txt b/xmpp-vala/CMakeLists.txt index 6691f950..f2e89b4e 100644 --- a/xmpp-vala/CMakeLists.txt +++ b/xmpp-vala/CMakeLists.txt @@ -94,6 +94,7 @@ SOURCES "src/module/xep/0368_srv_records_tls.vala" "src/module/xep/0380_explicit_encryption.vala" "src/module/xep/0391_jingle_encrypted_transports.vala" + "src/module/xep/0410_muc_self_ping.vala" "src/module/xep/pixbuf_storage.vala" "src/util.vala" |