Skip to content

Commit

Permalink
Replaced namespaces in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Mora Gras <[email protected]>
  • Loading branch information
ArnyminerZ committed Nov 21, 2024
1 parent 0a11129 commit f86df4c
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import at.bitfire.dav4jvm.XmlReader
import org.xmlpull.v1.XmlPullParser

/**
* Represents a `{DAV:Push}auth-secret` property.
* Represents a [NS_WEBDAV_PUSH]`:auth-secret` property.
*
* Experimental! See https://github.com/bitfireAT/webdav-push/
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import at.bitfire.dav4jvm.PropertyFactory
import org.xmlpull.v1.XmlPullParser

/**
* Represents a `{DAV:Push}client-public-key` property.
* Represents a [NS_WEBDAV_PUSH]`:client-public-key` property.
*
* Experimental! See https://github.com/bitfireAT/webdav-push/
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import at.bitfire.dav4jvm.XmlReader
import org.xmlpull.v1.XmlPullParser

/**
* Represents a `{DAV:Push}push-message` property.
* Represents a [NS_WEBDAV_PUSH]`:push-message` property.
*
* Experimental! See https://github.com/bitfireAT/webdav-push/
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ abstract class PushPublicKey: Property {
companion object {
@JvmField
val NAME = Property.Name(NS_WEBDAV_PUSH, "server-public-key")

val PROP_TYPE = Property.Name(NS_WEBDAV_PUSH, "type")
}

var type: String? = null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import org.xmlpull.v1.XmlPullParser
import java.time.Instant

/**
* Represents a `{DAV:Push}push-register` property.
* Represents a [NS_WEBDAV_PUSH]`:push-register` property.
*
* Experimental! See https://github.com/bitfireAT/webdav-push/
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import at.bitfire.dav4jvm.XmlReader
import org.xmlpull.v1.XmlPullParser

/**
* Represents a `{DAV:Push}push-resource` property.
* Represents a [NS_WEBDAV_PUSH]`:push-resource` property.
*
* Experimental! See https://github.com/bitfireAT/webdav-push/
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import at.bitfire.dav4jvm.XmlUtils.propertyName
import org.xmlpull.v1.XmlPullParser

/**
* Represents a `{DAV:Push}push-transports` property.
* Represents a [NS_WEBDAV_PUSH]`:push-transports` property.
*
* Experimental! See https://github.com/bitfireAT/webdav-push/
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package at.bitfire.dav4jvm.property.push
import at.bitfire.dav4jvm.Property

/**
* Represents a `{DAV:Push}server-public-key` property.
* Represents a [NS_WEBDAV_PUSH]`:server-public-key` property.
*
* Experimental! See https://github.com/bitfireAT/webdav-push/
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import at.bitfire.dav4jvm.XmlReader
import org.xmlpull.v1.XmlPullParser

/**
* Represents a `{DAV:Push}subscription` property.
* Represents a [NS_WEBDAV_PUSH]`:subscription` property.
*
* Experimental! See https://github.com/bitfireAT/webdav-push/
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/at/bitfire/dav4jvm/property/push/Topic.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import at.bitfire.dav4jvm.XmlReader
import org.xmlpull.v1.XmlPullParser

/**
* Represents a `{DAV:Push}topic` property.
* Represents a [NS_WEBDAV_PUSH]`:topic` property.
*
* Experimental! See https://github.com/bitfireAT/webdav-push/
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import at.bitfire.dav4jvm.PropertyFactory
import org.xmlpull.v1.XmlPullParser

/**
* Represents a `{DAV:Push}web-push` property.
* Represents a [NS_WEBDAV_PUSH]`:web-push` property.
*
* Experimental! See https://github.com/bitfireAT/webdav-push/
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import at.bitfire.dav4jvm.XmlUtils.propertyName
import org.xmlpull.v1.XmlPullParser

/**
* Represents a `{DAV:Push}web-push-subscription` property.
* Represents a [NS_WEBDAV_PUSH]`:web-push-subscription` property.
*
* Experimental! See https://github.com/bitfireAT/webdav-push/
*/
Expand Down

0 comments on commit f86df4c

Please sign in to comment.