Skip to content

Commit

Permalink
chore(xep): Move FAST from staging into xep_0484.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
PapaTutuWawa committed Nov 17, 2024
1 parent e2515e2 commit c61ddeb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions packages/moxxmpp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.1
- Moved FAST from staging to xep_0484.dart

## 0.4.0

- **BREAKING**: Remove `lastResource` from `XmppConnection`'s `connect` method. Instead, set the `StreamManagementNegotiator`'s `resource` attribute instead. Since the resource can only really be restored by stream management, this is no issue.
Expand Down
2 changes: 1 addition & 1 deletion packages/moxxmpp/lib/moxxmpp.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export 'package:moxxmpp/src/socket.dart';
export 'package:moxxmpp/src/stanza.dart';
export 'package:moxxmpp/src/stringxml.dart';
export 'package:moxxmpp/src/util/typed_map.dart';
export 'package:moxxmpp/src/xeps/staging/fast.dart';
export 'package:moxxmpp/src/xeps/staging/file_upload_notification.dart';
export 'package:moxxmpp/src/xeps/xep_0004.dart';
export 'package:moxxmpp/src/xeps/xep_0030/errors.dart';
Expand Down Expand Up @@ -96,3 +95,4 @@ export 'package:moxxmpp/src/xeps/xep_0447.dart';
export 'package:moxxmpp/src/xeps/xep_0448.dart';
export 'package:moxxmpp/src/xeps/xep_0449.dart';
export 'package:moxxmpp/src/xeps/xep_0461.dart';
export 'package:moxxmpp/src/xeps/xep_0484.dart';
File renamed without changes.
10 changes: 5 additions & 5 deletions packages/moxxmpp/moxxmpp.doap
Original file line number Diff line number Diff line change
Expand Up @@ -274,16 +274,16 @@
<xmpp:version>0.2.0</xmpp:version>
</xmpp:SupportedXep>
</implements>

<!-- Non-Standard (Proto) XEPs -->
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/inbox/xep-fast.html" />
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0484.html" />
<xmpp:status>partial</xmpp:status>
<xmpp:version>0.0.1</xmpp:version>
<xmpp:version>0.1.1</xmpp:version>
<xmpp:note xml:lang="en">Invalidation is never requested</xmpp:note>
</xmpp:SupportedXep>
</xmpp:SupportedXep>
</implements>

<!-- Non-Standard (Proto) XEPs -->
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://codeberg.org/moxxy/custom-xeps/src/branch/master/xep-xxxx-file-upload-notification.md"/>
Expand Down

0 comments on commit c61ddeb

Please sign in to comment.