class Poodle\XMPP\Request\PresenceExtends: Poodle\XMPP\Request Implements: Stringable
Constants string SHOW_AWAY string SHOW_CHAT string SHOW_DND string SHOW_ONLINE string SHOW_XA string STANZA string TYPE_AVAILABLE string TYPE_SUBSCRIBE string TYPE_SUBSCRIBED string TYPE_UNAVAILABLE string TYPE_UNSUBSCRIBE string TYPE_UNSUBSCRIBED
Methods public static newAvailable ( $status = '' ) newAway ( $status = '', $to = '' ) newChat ( $status = '', $to = '' ) newDoNotDisturb ( $status = '', $to = '' ) newExtendedAway ( $status = '', $to = '' ) newSubscribeResponse ( $to, $allow = true ) newUnavailable ( $status = '' ) public __construct ( $status = '', $to = '', $type = self::TYPE_AVAILABLE, $show = self::SHOW_ONLINE, $priority = 0 ) getValue ( )
Inherited methods public static public
|