| 1 | <?xml version="1.0"?> |
| 2 | <?xml-stylesheet href="../style.xsl" type="text/xsl"?> |
| 3 | <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> |
| 4 | <Project xmlns="http://usefulinc.com/ns/doap#" |
| 5 | xmlns:foaf="http://xmlns.com/foaf/0.1/" |
| 6 | xmlns:xmpp="https://linkmauve.fr/ns/xmpp-doap#" |
| 7 | xmlns:schema="https://schema.org/"> |
| 8 | <name>Conversations</name> |
| 9 | |
| 10 | <created>2014-01-14</created> |
| 11 | |
| 12 | <shortdesc xml:lang="en">Android XMPP Client</shortdesc> |
| 13 | |
| 14 | <description xml:lang="en">Conversations is an open source XMPP/Jabber client for the Android platform</description> |
| 15 | |
| 16 | <homepage rdf:resource="https://conversations.im/"/> |
| 17 | <download-page rdf:resource="https://play.google.com/store/apps/details?id=eu.siacs.conversations"/> |
| 18 | <bug-database rdf:resource="https://codeberg.org/iNPUTmice/Conversations/issues"/> |
| 19 | <!-- See https://github.com/ewilderj/doap/issues/53 --> |
| 20 | <developer-forum rdf:resource="xmpp:conversations@conference.siacs.eu?join"/> |
| 21 | <support-forum rdf:resource="xmpp:conversations@conference.siacs.eu?join"/> |
| 22 | |
| 23 | <license rdf:resource="https://codeberg.org/iNPUTmice/Conversations/src/branch/master/LICENSE"/> |
| 24 | |
| 25 | <!-- See https://github.com/ewilderj/doap/issues/49 --> |
| 26 | <language>en</language> |
| 27 | |
| 28 | <schema:logo rdf:resource="https://codeberg.org/iNPUTmice/Conversations/raw/branch/master/art/ic_launcher.svg"/> |
| 29 | <schema:screenshot rdf:resource='https://codeberg.org/iNPUTmice/Conversations/raw/branch/master/fastlane/metadata/android/en-US/images/phoneScreenshots/01.png'/> |
| 30 | <schema:screenshot rdf:resource='https://codeberg.org/iNPUTmice/Conversations/raw/branch/master/fastlane/metadata/android/en-US/images/phoneScreenshots/02.png'/> |
| 31 | <schema:screenshot rdf:resource='https://codeberg.org/iNPUTmice/Conversations/raw/branch/master/fastlane/metadata/android/en-US/images/phoneScreenshots/03.png'/> |
| 32 | <schema:screenshot rdf:resource='https://codeberg.org/iNPUTmice/Conversations/raw/branch/master/fastlane/metadata/android/en-US/images/phoneScreenshots/04.png'/> |
| 33 | <schema:screenshot rdf:resource='https://codeberg.org/iNPUTmice/Conversations/raw/branch/master/fastlane/metadata/android/en-US/images/phoneScreenshots/05.png'/> |
| 34 | <schema:screenshot rdf:resource='https://codeberg.org/iNPUTmice/Conversations/raw/branch/master/fastlane/metadata/android/en-US/images/phoneScreenshots/06.png'/> |
| 35 | <schema:screenshot rdf:resource='https://codeberg.org/iNPUTmice/Conversations/raw/branch/master/fastlane/metadata/android/en-US/images/phoneScreenshots/07.png'/> |
| 36 | <schema:screenshot rdf:resource='https://codeberg.org/iNPUTmice/Conversations/raw/branch/master/fastlane/metadata/android/en-US/images/phoneScreenshots/08.png'/> |
| 37 | <schema:screenshot rdf:resource='https://codeberg.org/iNPUTmice/Conversations/raw/branch/master/fastlane/metadata/android/en-US/images/phoneScreenshots/09.png'/> |
| 38 | |
| 39 | <programming-language>Java</programming-language> |
| 40 | |
| 41 | <os>Android</os> |
| 42 | |
| 43 | <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-xmpp"/> |
| 44 | <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-jabber"/> |
| 45 | <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-client"/> |
| 46 | |
| 47 | <maintainer> |
| 48 | <foaf:Person> |
| 49 | <foaf:name>Daniel Gultsch</foaf:name> |
| 50 | <foaf:homepage rdf:resource="https://gultsch.de/"/> |
| 51 | </foaf:Person> |
| 52 | </maintainer> |
| 53 | |
| 54 | <repository> |
| 55 | <GitRepository> |
| 56 | <browse rdf:resource="https://codeberg.org/iNPUTmice/Conversations"/> |
| 57 | <location rdf:resource="https://codeberg.org/iNPUTmice/Conversations.git"/> |
| 58 | </GitRepository> |
| 59 | </repository> |
| 60 | |
| 61 | <implements rdf:resource="https://xmpp.org/rfcs/rfc6120.html"/> |
| 62 | <implements rdf:resource="https://xmpp.org/rfcs/rfc6121.html"/> |
| 63 | <implements rdf:resource="https://xmpp.org/rfcs/rfc6122.html"/> |
| 64 | <implements rdf:resource="https://xmpp.org/rfcs/rfc7590.html"/> |
| 65 | |
| 66 | <implements> |
| 67 | <xmpp:SupportedXep> |
| 68 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0027.html"/> |
| 69 | <xmpp:status>complete</xmpp:status> |
| 70 | <xmpp:version>1.4</xmpp:version> |
| 71 | </xmpp:SupportedXep> |
| 72 | </implements> |
| 73 | <implements> |
| 74 | <xmpp:SupportedXep> |
| 75 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0030.html"/> |
| 76 | <xmpp:status>complete</xmpp:status> |
| 77 | <xmpp:version>2.5rc3</xmpp:version> |
| 78 | </xmpp:SupportedXep> |
| 79 | </implements> |
| 80 | <implements> |
| 81 | <xmpp:SupportedXep> |
| 82 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0045.html"/> |
| 83 | <xmpp:status>complete</xmpp:status> |
| 84 | <xmpp:version>1.32.0</xmpp:version> |
| 85 | </xmpp:SupportedXep> |
| 86 | </implements> |
| 87 | <implements> |
| 88 | <xmpp:SupportedXep> |
| 89 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0047.html"/> |
| 90 | <xmpp:status>complete</xmpp:status> |
| 91 | <xmpp:version>2.0.1</xmpp:version> |
| 92 | </xmpp:SupportedXep> |
| 93 | </implements> |
| 94 | <implements> |
| 95 | <xmpp:SupportedXep> |
| 96 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0048.html"/> |
| 97 | <xmpp:status>complete</xmpp:status> |
| 98 | <xmpp:version>1.1</xmpp:version> |
| 99 | </xmpp:SupportedXep> |
| 100 | </implements> |
| 101 | <implements> |
| 102 | <xmpp:SupportedXep> |
| 103 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0049.html"/> |
| 104 | <xmpp:status>complete</xmpp:status> |
| 105 | <xmpp:version>1.2</xmpp:version> |
| 106 | </xmpp:SupportedXep> |
| 107 | </implements> |
| 108 | <implements> |
| 109 | <xmpp:SupportedXep> |
| 110 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0054.html"/> |
| 111 | <xmpp:status>partial</xmpp:status> |
| 112 | <xmpp:version>1.2</xmpp:version> |
| 113 | <xmpp:note xml:lang='en'>Avatars only</xmpp:note> |
| 114 | </xmpp:SupportedXep> |
| 115 | </implements> |
| 116 | <implements> |
| 117 | <xmpp:SupportedXep> |
| 118 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0065.html"/> |
| 119 | <xmpp:status>complete</xmpp:status> |
| 120 | <xmpp:version>1.8.2</xmpp:version> |
| 121 | </xmpp:SupportedXep> |
| 122 | </implements> |
| 123 | <implements> |
| 124 | <xmpp:SupportedXep> |
| 125 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0084.html"/> |
| 126 | <xmpp:status>complete</xmpp:status> |
| 127 | <xmpp:version>1.1.3</xmpp:version> |
| 128 | </xmpp:SupportedXep> |
| 129 | </implements> |
| 130 | <implements> |
| 131 | <xmpp:SupportedXep> |
| 132 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0085.html"/> |
| 133 | <xmpp:status>complete</xmpp:status> |
| 134 | <xmpp:version>2.1</xmpp:version> |
| 135 | </xmpp:SupportedXep> |
| 136 | </implements> |
| 137 | <implements> |
| 138 | <xmpp:SupportedXep> |
| 139 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0086.html"/> |
| 140 | <xmpp:status>complete</xmpp:status> |
| 141 | <xmpp:version>1.0</xmpp:version> |
| 142 | </xmpp:SupportedXep> |
| 143 | </implements> |
| 144 | <implements> |
| 145 | <xmpp:SupportedXep> |
| 146 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0092.html"/> |
| 147 | <xmpp:status>complete</xmpp:status> |
| 148 | <xmpp:version>1.1</xmpp:version> |
| 149 | </xmpp:SupportedXep> |
| 150 | </implements> |
| 151 | <implements> |
| 152 | <xmpp:SupportedXep> |
| 153 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0115.html"/> |
| 154 | <xmpp:status>complete</xmpp:status> |
| 155 | <xmpp:version>1.5.1</xmpp:version> |
| 156 | </xmpp:SupportedXep> |
| 157 | </implements> |
| 158 | <implements> |
| 159 | <xmpp:SupportedXep> |
| 160 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0153.html"/> |
| 161 | <xmpp:status>partial</xmpp:status> |
| 162 | <xmpp:version>1.1</xmpp:version> |
| 163 | <xmpp:note xml:lang='en'>Read only. Publication via XEP-0398</xmpp:note> |
| 164 | </xmpp:SupportedXep> |
| 165 | </implements> |
| 166 | <implements> |
| 167 | <xmpp:SupportedXep> |
| 168 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0163.html"/> |
| 169 | <xmpp:status>complete</xmpp:status> |
| 170 | <xmpp:version>1.2.1</xmpp:version> |
| 171 | <xmpp:note>Avatar, Nick, OMEMO</xmpp:note> |
| 172 | </xmpp:SupportedXep> |
| 173 | </implements> |
| 174 | <implements> |
| 175 | <xmpp:SupportedXep> |
| 176 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0166.html"/> |
| 177 | <xmpp:status>complete</xmpp:status> |
| 178 | <xmpp:version>1.1.2</xmpp:version> |
| 179 | <xmpp:note>File transfer + A/V calls</xmpp:note> |
| 180 | </xmpp:SupportedXep> |
| 181 | </implements> |
| 182 | <implements> |
| 183 | <xmpp:SupportedXep> |
| 184 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0167.html"/> |
| 185 | <xmpp:status>complete</xmpp:status> |
| 186 | <xmpp:version>1.2.1</xmpp:version> |
| 187 | </xmpp:SupportedXep> |
| 188 | </implements> |
| 189 | <implements> |
| 190 | <xmpp:SupportedXep> |
| 191 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0172.html"/> |
| 192 | <xmpp:status>complete</xmpp:status> |
| 193 | <xmpp:version>1.1</xmpp:version> |
| 194 | <xmpp:note>read only</xmpp:note> |
| 195 | </xmpp:SupportedXep> |
| 196 | </implements> |
| 197 | <implements> |
| 198 | <xmpp:SupportedXep> |
| 199 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0176.html"/> |
| 200 | <xmpp:status>complete</xmpp:status> |
| 201 | <xmpp:version>1.1</xmpp:version> |
| 202 | </xmpp:SupportedXep> |
| 203 | </implements> |
| 204 | <implements> |
| 205 | <xmpp:SupportedXep> |
| 206 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0184.html"/> |
| 207 | <xmpp:status>complete</xmpp:status> |
| 208 | <xmpp:version>1.4.0</xmpp:version> |
| 209 | </xmpp:SupportedXep> |
| 210 | </implements> |
| 211 | <implements> |
| 212 | <xmpp:SupportedXep> |
| 213 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0191.html"/> |
| 214 | <xmpp:status>complete</xmpp:status> |
| 215 | <xmpp:version>1.3</xmpp:version> |
| 216 | </xmpp:SupportedXep> |
| 217 | </implements> |
| 218 | <implements> |
| 219 | <xmpp:SupportedXep> |
| 220 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0198.html"/> |
| 221 | <xmpp:status>complete</xmpp:status> |
| 222 | <xmpp:version>1.6</xmpp:version> |
| 223 | </xmpp:SupportedXep> |
| 224 | </implements> |
| 225 | <implements> |
| 226 | <xmpp:SupportedXep> |
| 227 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0199.html"/> |
| 228 | <xmpp:status>complete</xmpp:status> |
| 229 | <xmpp:version>2.0.1</xmpp:version> |
| 230 | </xmpp:SupportedXep> |
| 231 | </implements> |
| 232 | <implements> |
| 233 | <xmpp:SupportedXep> |
| 234 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0202.html"/> |
| 235 | <xmpp:status>complete</xmpp:status> |
| 236 | <xmpp:version>2.0</xmpp:version> |
| 237 | <xmpp:since>2.19.14</xmpp:since> |
| 238 | </xmpp:SupportedXep> |
| 239 | </implements> |
| 240 | <implements> |
| 241 | <xmpp:SupportedXep> |
| 242 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0215.html"/> |
| 243 | <xmpp:status>complete</xmpp:status> |
| 244 | <xmpp:version>0.7</xmpp:version> |
| 245 | </xmpp:SupportedXep> |
| 246 | </implements> |
| 247 | <implements> |
| 248 | <xmpp:SupportedXep> |
| 249 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0223.html"/> |
| 250 | <xmpp:status>complete</xmpp:status> |
| 251 | <xmpp:version>1.1</xmpp:version> |
| 252 | </xmpp:SupportedXep> |
| 253 | </implements> |
| 254 | <implements> |
| 255 | <xmpp:SupportedXep> |
| 256 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0234.html"/> |
| 257 | <xmpp:status>complete</xmpp:status> |
| 258 | <xmpp:version>0.19.1</xmpp:version> |
| 259 | </xmpp:SupportedXep> |
| 260 | </implements> |
| 261 | <implements> |
| 262 | <xmpp:SupportedXep> |
| 263 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0237.html"/> |
| 264 | <xmpp:status>complete</xmpp:status> |
| 265 | <xmpp:version>1.3</xmpp:version> |
| 266 | </xmpp:SupportedXep> |
| 267 | </implements> |
| 268 | <implements> |
| 269 | <xmpp:SupportedXep> |
| 270 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0245.html"/> |
| 271 | <xmpp:status>complete</xmpp:status> |
| 272 | <xmpp:version>1.0</xmpp:version> |
| 273 | </xmpp:SupportedXep> |
| 274 | </implements> |
| 275 | <implements> |
| 276 | <xmpp:SupportedXep> |
| 277 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0249.html"/> |
| 278 | <xmpp:status>complete</xmpp:status> |
| 279 | <xmpp:version>1.2</xmpp:version> |
| 280 | </xmpp:SupportedXep> |
| 281 | </implements> |
| 282 | <implements> |
| 283 | <xmpp:SupportedXep> |
| 284 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0260.html"/> |
| 285 | <xmpp:status>complete</xmpp:status> |
| 286 | <xmpp:version>1.0.3</xmpp:version> |
| 287 | </xmpp:SupportedXep> |
| 288 | </implements> |
| 289 | <implements> |
| 290 | <xmpp:SupportedXep> |
| 291 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0261.html"/> |
| 292 | <xmpp:status>complete</xmpp:status> |
| 293 | <xmpp:version>1.0</xmpp:version> |
| 294 | </xmpp:SupportedXep> |
| 295 | </implements> |
| 296 | <implements> |
| 297 | <xmpp:SupportedXep> |
| 298 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0280.html"/> |
| 299 | <xmpp:status>complete</xmpp:status> |
| 300 | <xmpp:version>0.13.1</xmpp:version> |
| 301 | </xmpp:SupportedXep> |
| 302 | </implements> |
| 303 | <implements> |
| 304 | <xmpp:SupportedXep> |
| 305 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0293.html"/> |
| 306 | <xmpp:status>complete</xmpp:status> |
| 307 | <xmpp:version>1.0.1</xmpp:version> |
| 308 | </xmpp:SupportedXep> |
| 309 | </implements> |
| 310 | <implements> |
| 311 | <xmpp:SupportedXep> |
| 312 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0294.html"/> |
| 313 | <xmpp:status>complete</xmpp:status> |
| 314 | <xmpp:version>1.0</xmpp:version> |
| 315 | </xmpp:SupportedXep> |
| 316 | </implements> |
| 317 | <implements> |
| 318 | <xmpp:SupportedXep> |
| 319 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0308.html"/> |
| 320 | <xmpp:status>complete</xmpp:status> |
| 321 | <xmpp:version>1.2.0</xmpp:version> |
| 322 | </xmpp:SupportedXep> |
| 323 | </implements> |
| 324 | <implements> |
| 325 | <xmpp:SupportedXep> |
| 326 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0313.html"/> |
| 327 | <xmpp:status>complete</xmpp:status> |
| 328 | <xmpp:version>0.6.3</xmpp:version> |
| 329 | </xmpp:SupportedXep> |
| 330 | </implements> |
| 331 | <implements> |
| 332 | <xmpp:SupportedXep> |
| 333 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0317.html"/> |
| 334 | <xmpp:status>partial</xmpp:status> |
| 335 | <xmpp:version>0.3.1</xmpp:version> |
| 336 | <xmpp:since>2.19.13</xmpp:since> |
| 337 | <xmpp:note>Read only. A management interface is currently not provided.</xmpp:note> |
| 338 | </xmpp:SupportedXep> |
| 339 | </implements> |
| 340 | <implements> |
| 341 | <xmpp:SupportedXep> |
| 342 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0319.html"/> |
| 343 | <xmpp:status>complete</xmpp:status> |
| 344 | <xmpp:version>1.0.2</xmpp:version> |
| 345 | <xmpp:note>opt-in</xmpp:note> |
| 346 | </xmpp:SupportedXep> |
| 347 | </implements> |
| 348 | <implements> |
| 349 | <xmpp:SupportedXep> |
| 350 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0320.html"/> |
| 351 | <xmpp:status>complete</xmpp:status> |
| 352 | <xmpp:version>1.0.0</xmpp:version> |
| 353 | </xmpp:SupportedXep> |
| 354 | </implements> |
| 355 | <implements> |
| 356 | <xmpp:SupportedXep> |
| 357 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0333.html"/> |
| 358 | <xmpp:status>complete</xmpp:status> |
| 359 | <xmpp:version>0.3</xmpp:version> |
| 360 | </xmpp:SupportedXep> |
| 361 | </implements> |
| 362 | <implements> |
| 363 | <xmpp:SupportedXep> |
| 364 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0338.html"/> |
| 365 | <xmpp:status>complete</xmpp:status> |
| 366 | <xmpp:version>1.0.0</xmpp:version> |
| 367 | </xmpp:SupportedXep> |
| 368 | </implements> |
| 369 | <implements> |
| 370 | <xmpp:SupportedXep> |
| 371 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0339.html"/> |
| 372 | <xmpp:status>complete</xmpp:status> |
| 373 | <xmpp:version>1.0.0</xmpp:version> |
| 374 | </xmpp:SupportedXep> |
| 375 | </implements> |
| 376 | <implements> |
| 377 | <xmpp:SupportedXep> |
| 378 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0352.html"/> |
| 379 | <xmpp:status>complete</xmpp:status> |
| 380 | <xmpp:version>0.3.0</xmpp:version> |
| 381 | </xmpp:SupportedXep> |
| 382 | </implements> |
| 383 | <implements> |
| 384 | <xmpp:SupportedXep> |
| 385 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0353.html"/> |
| 386 | <xmpp:status>complete</xmpp:status> |
| 387 | <xmpp:version>0.3.0</xmpp:version> |
| 388 | </xmpp:SupportedXep> |
| 389 | </implements> |
| 390 | <implements> |
| 391 | <xmpp:SupportedXep> |
| 392 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0357.html"/> |
| 393 | <xmpp:status>complete</xmpp:status> |
| 394 | <xmpp:version>0.4.0</xmpp:version> |
| 395 | <xmpp:note>Only available in the version distributed over Google Play</xmpp:note> |
| 396 | </xmpp:SupportedXep> |
| 397 | </implements> |
| 398 | <implements> |
| 399 | <xmpp:SupportedXep> |
| 400 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0363.html"/> |
| 401 | <xmpp:status>complete</xmpp:status> |
| 402 | <xmpp:version>1.0.0</xmpp:version> |
| 403 | </xmpp:SupportedXep> |
| 404 | </implements> |
| 405 | <implements> |
| 406 | <xmpp:SupportedXep> |
| 407 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0368.html"/> |
| 408 | <xmpp:status>complete</xmpp:status> |
| 409 | <xmpp:version>1.1.0</xmpp:version> |
| 410 | </xmpp:SupportedXep> |
| 411 | </implements> |
| 412 | <implements> |
| 413 | <xmpp:SupportedXep> |
| 414 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0377.html"/> |
| 415 | <xmpp:status>complete</xmpp:status> |
| 416 | <xmpp:version>0.3.1</xmpp:version> |
| 417 | </xmpp:SupportedXep> |
| 418 | </implements> |
| 419 | <implements> |
| 420 | <xmpp:SupportedXep> |
| 421 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0384.html"/> |
| 422 | <xmpp:status>complete</xmpp:status> |
| 423 | <xmpp:version>0.3.0</xmpp:version> |
| 424 | </xmpp:SupportedXep> |
| 425 | </implements> |
| 426 | <implements> |
| 427 | <xmpp:SupportedXep> |
| 428 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0386.html"/> |
| 429 | <xmpp:status>complete</xmpp:status> |
| 430 | <xmpp:version>0.4.0</xmpp:version> |
| 431 | </xmpp:SupportedXep> |
| 432 | </implements> |
| 433 | <implements> |
| 434 | <xmpp:SupportedXep> |
| 435 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0388.html"/> |
| 436 | <xmpp:status>complete</xmpp:status> |
| 437 | <xmpp:version>0.4.0</xmpp:version> |
| 438 | </xmpp:SupportedXep> |
| 439 | </implements> |
| 440 | <implements> |
| 441 | <xmpp:SupportedXep> |
| 442 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0390.html"/> |
| 443 | <xmpp:status>complete</xmpp:status> |
| 444 | <xmpp:version>0.3.2</xmpp:version> |
| 445 | </xmpp:SupportedXep> |
| 446 | </implements> |
| 447 | <implements> |
| 448 | <xmpp:SupportedXep> |
| 449 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0391.html"/> |
| 450 | <xmpp:status>complete</xmpp:status> |
| 451 | <xmpp:version>0.1.2</xmpp:version> |
| 452 | <xmpp:since>2.5.8</xmpp:since> |
| 453 | </xmpp:SupportedXep> |
| 454 | </implements> |
| 455 | <implements> |
| 456 | <xmpp:SupportedXep> |
| 457 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0392.html"/> |
| 458 | <xmpp:status>complete</xmpp:status> |
| 459 | <xmpp:version>0.6.0</xmpp:version> |
| 460 | <xmpp:since>2.3.1</xmpp:since> |
| 461 | </xmpp:SupportedXep> |
| 462 | </implements> |
| 463 | <implements> |
| 464 | <xmpp:SupportedXep> |
| 465 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0393.html"/> |
| 466 | <xmpp:status>complete</xmpp:status> |
| 467 | <xmpp:version>0.1.4</xmpp:version> |
| 468 | <xmpp:since>1.22.0</xmpp:since> |
| 469 | </xmpp:SupportedXep> |
| 470 | </implements> |
| 471 | <implements> |
| 472 | <xmpp:SupportedXep> |
| 473 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0396.html"/> |
| 474 | <xmpp:status>complete</xmpp:status> |
| 475 | <xmpp:version>0.1</xmpp:version> |
| 476 | <xmpp:since>2.5.8</xmpp:since> |
| 477 | </xmpp:SupportedXep> |
| 478 | </implements> |
| 479 | <implements> |
| 480 | <xmpp:SupportedXep> |
| 481 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0398.html"/> |
| 482 | <xmpp:status>complete</xmpp:status> |
| 483 | <xmpp:version>0.2.1</xmpp:version> |
| 484 | </xmpp:SupportedXep> |
| 485 | </implements> |
| 486 | <implements> |
| 487 | <xmpp:SupportedXep> |
| 488 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0402.html"/> |
| 489 | <xmpp:status>complete</xmpp:status> |
| 490 | <xmpp:version>1.1.3</xmpp:version> |
| 491 | </xmpp:SupportedXep> |
| 492 | </implements> |
| 493 | <implements> |
| 494 | <xmpp:SupportedXep> |
| 495 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0410.html"/> |
| 496 | <xmpp:status>complete</xmpp:status> |
| 497 | <xmpp:version>1.0.1</xmpp:version> |
| 498 | <xmpp:since>2.5.4</xmpp:since> |
| 499 | </xmpp:SupportedXep> |
| 500 | </implements> |
| 501 | <implements> |
| 502 | <xmpp:SupportedXep> |
| 503 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0411.html"/> |
| 504 | <xmpp:status>complete</xmpp:status> |
| 505 | <xmpp:version>0.2.0</xmpp:version> |
| 506 | </xmpp:SupportedXep> |
| 507 | </implements> |
| 508 | <implements> |
| 509 | <xmpp:SupportedXep> |
| 510 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0421.html"/> |
| 511 | <xmpp:status>complete</xmpp:status> |
| 512 | <xmpp:version>0.2.0</xmpp:version> |
| 513 | <xmpp:since>2.17.0</xmpp:since> |
| 514 | </xmpp:SupportedXep> |
| 515 | </implements> |
| 516 | <implements> |
| 517 | <xmpp:SupportedXep> |
| 518 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0425.html"/> |
| 519 | <xmpp:status>complete</xmpp:status> |
| 520 | <xmpp:version>0.3.0</xmpp:version> |
| 521 | </xmpp:SupportedXep> |
| 522 | </implements> |
| 523 | <implements> |
| 524 | <xmpp:SupportedXep> |
| 525 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0428.html"/> |
| 526 | <xmpp:status>complete</xmpp:status> |
| 527 | <xmpp:version>0.2.1</xmpp:version> |
| 528 | <xmpp:since>2.19.8</xmpp:since> |
| 529 | </xmpp:SupportedXep> |
| 530 | </implements> |
| 531 | <implements> |
| 532 | <xmpp:SupportedXep> |
| 533 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0440.html"/> |
| 534 | <xmpp:status>complete</xmpp:status> |
| 535 | <xmpp:version>0.4.0</xmpp:version> |
| 536 | </xmpp:SupportedXep> |
| 537 | </implements> |
| 538 | <implements> |
| 539 | <xmpp:SupportedXep> |
| 540 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0444.html"/> |
| 541 | <xmpp:status>complete</xmpp:status> |
| 542 | <xmpp:version>0.2.1</xmpp:version> |
| 543 | <xmpp:since>2.17.0</xmpp:since> |
| 544 | </xmpp:SupportedXep> |
| 545 | </implements> |
| 546 | <implements> |
| 547 | <xmpp:SupportedXep> |
| 548 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0454.html"/> |
| 549 | <xmpp:status>complete</xmpp:status> |
| 550 | <xmpp:version>0.1.0</xmpp:version> |
| 551 | </xmpp:SupportedXep> |
| 552 | </implements> |
| 553 | <implements> |
| 554 | <xmpp:SupportedXep> |
| 555 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0455.html"/> |
| 556 | <xmpp:status>complete</xmpp:status> |
| 557 | <xmpp:version>0.3.0</xmpp:version> |
| 558 | </xmpp:SupportedXep> |
| 559 | </implements> |
| 560 | <implements> |
| 561 | <xmpp:SupportedXep> |
| 562 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0474.html"/> |
| 563 | <xmpp:status>complete</xmpp:status> |
| 564 | <xmpp:version>0.4.0</xmpp:version> |
| 565 | </xmpp:SupportedXep> |
| 566 | </implements> |
| 567 | <implements> |
| 568 | <xmpp:SupportedXep> |
| 569 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0484.html"/> |
| 570 | <xmpp:status>complete</xmpp:status> |
| 571 | <xmpp:version>0.1.0</xmpp:version> |
| 572 | </xmpp:SupportedXep> |
| 573 | </implements> |
| 574 | <implements> |
| 575 | <xmpp:SupportedXep> |
| 576 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0486.html"/> |
| 577 | <xmpp:status>complete</xmpp:status> |
| 578 | <xmpp:version>0.1.0</xmpp:version> |
| 579 | <xmpp:since>2.19.0</xmpp:since> |
| 580 | </xmpp:SupportedXep> |
| 581 | </implements> |
| 582 | <implements> |
| 583 | <xmpp:SupportedXep> |
| 584 | <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0490.html"/> |
| 585 | <xmpp:status>complete</xmpp:status> |
| 586 | <xmpp:version>0.1.0</xmpp:version> |
| 587 | </xmpp:SupportedXep> |
| 588 | </implements> |
| 589 | |
| 590 | <release> |
| 591 | <Version> |
| 592 | <revision>2.17.10</revision> |
| 593 | <created>2025-02-04</created> |
| 594 | <file-release rdf:resource="https://codeberg.org/iNPUTmice/Conversations/archive/2.17.10.tar.gz"/> |
| 595 | </Version> |
| 596 | </release> |
| 597 | </Project> |
| 598 | </rdf:RDF> |
Built with passion for open-source software, XMPP, privacy, and security —
the belief that people deserve communication tools that serve them, not surveil them.
Dedicated to every brave man and woman who stands up against tyranny and oppression across the world.
And in memory of those who were silenced before they could speak freely.