edgeport - v1.0.3
    Preparing search index...

    Interface PresenceNotification

    A presence notification delivered to a PresenceSubscription.

    interface PresenceNotification {
        body: Uint8Array;
        state: string;
        text(): string;
    }
    Index
    body: Uint8Array

    The raw notification body (typically application/pidf+xml).

    state: string

    The Subscription-State header (e.g. active;expires=3600, terminated).

    • Decodes the body as UTF-8 text (the PIDF XML).

      Returns string