Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
PHP Moxl\Stanza Presence::XA Examples
Programming Language:
PHP
Namespace/Package Name:
Moxl\Stanza
Class/Type:
Presence
Method/Function:
XA
Examples at hotexamples.com:
1
PHP Moxl\Stanza Presence::XA - 1 examples found
. These are the top rated real world PHP examples of
Moxl\Stanza\Presence::XA
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
muc(2)
DND(1)
XA(1)
away(1)
chat(1)
subscribe(1)
subscribed(1)
unavailable(1)
unsubscribe(1)
unsubscribed(1)
Frequently Used Methods
muc (2)
DND (1)
XA (1)
away (1)
chat (1)
subscribe (1)
subscribed (1)
unavailable (1)
unsubscribe (1)
unsubscribed (1)
Example #1
0
Show file
File:
XA.php
Project:
movim/moxl
public function request() { $this->store(); Presence::XA($this->_status); }
x