qxmpp-project / qxmpp

Cross-platform C++ XMPP client and server library
400 stars 198 forks source link

QXmppAccountMigrationManager: Make public the extensions getter/setter #639

Open pasnox opened 1 week ago

pasnox commented 1 week ago

This is needed because without that change applications can not store and use app specific data. By example Kaidan export and import its roster settings which requires that all migration tasks finished before importing roster related data.

PR check list: