Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Authentication not working if using BOSH with PHP7 #92

Description

@bmikeg

In src/jaxl.php on line 228 the line of code

$this->require_xep('0206');

must be

$this->require_xep(array('0206'));

Method require_xep expect an array.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions