Skip to content

Commit

Permalink
Add all Push properties to default property registry
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed Apr 8, 2024
1 parent f442808 commit bb065b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/kotlin/at/bitfire/dav4jvm/PropertyRegistry.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ import at.bitfire.dav4jvm.property.carddav.AddressbookHomeSet
import at.bitfire.dav4jvm.property.carddav.SupportedAddressData
import at.bitfire.dav4jvm.property.push.PushSubscribe
import at.bitfire.dav4jvm.property.push.PushTransports
import at.bitfire.dav4jvm.property.push.Subscription
import at.bitfire.dav4jvm.property.push.Topic
import at.bitfire.dav4jvm.property.push.WebPushSubscription
import at.bitfire.dav4jvm.property.webdav.AddMember
import at.bitfire.dav4jvm.property.webdav.CreationDate
import at.bitfire.dav4jvm.property.webdav.CurrentUserPrincipal
Expand Down Expand Up @@ -89,12 +91,14 @@ object PropertyRegistry {
ResourceType.Factory,
ScheduleTag.Factory,
Source.Factory,
Subscription.Factory,
SupportedAddressData.Factory,
SupportedCalendarComponentSet.Factory,
SupportedCalendarData.Factory,
SupportedReportSet.Factory,
SyncToken.Factory,
Topic.Factory
Topic.Factory,
WebPushSubscription.Factory
))
}

Expand Down

0 comments on commit bb065b7

Please sign in to comment.