|
| sendMessage ( $to, $message) |
|
| pubsubCreate ( $to, $type, $name, $configure=null) |
|
| pubsubConfig ( $to, $type, $name) |
|
| pubsubDelete ( $to, $type, $name) |
|
| pubsubPurge ( $to, $type, $name) |
|
| pubsubPublish ( $to, $type, $name, $contents, $nodeId) |
|
| open ( $jid=null, $password=null) |
|
| close () |
|
| addHandler ( $direction, $command, $handler) |
|
|
| connect () |
|
| handleFeatures (&$node) |
|
| enableTLS ( $node) |
|
| digestAuth (&$node) |
|
| handleSuccess (&$node) |
|
| handleIq (&$node) |
|
| handleMessage (&$node) |
|
| handleError (&$node) |
|
| disco ( $to, $type, $name) |
|
| discoResult (&$node) |
|
| pubsubCreateNode ( $to, $type, $name, $configure=null) |
|
| pubsubSubscribe ( $to, $type, $name) |
|
| pubsubResult (&$node) |
|
| pubsubDoNext () |
|
| initializeQueue () |
|
| send ( $data) |
|
| recv () |
|
| go () |
|
| startElement ( $parser, $name, $attrs) |
|
| endElement ( $parser, $name) |
|
| parseData ( $parser, $text) |
|
| setupXmlParser () |
|
| query ( $expression, &$node='') |
|
| log ( $message) |
|
Definition at line 11 of file pubsub.php.
◆ __construct()
◆ addHandler()
xmpp::addHandler |
( |
|
$direction, |
|
|
|
$command, |
|
|
|
$handler |
|
) |
| |
◆ close()
◆ connect()
◆ digestAuth()
xmpp::digestAuth |
( |
& |
$node | ) |
|
|
private |
◆ disco()
xmpp::disco |
( |
|
$to, |
|
|
|
$type, |
|
|
|
$name |
|
) |
| |
|
private |
◆ discoResult()
xmpp::discoResult |
( |
& |
$node | ) |
|
|
private |
◆ enableTLS()
◆ endElement()
xmpp::endElement |
( |
|
$parser, |
|
|
|
$name |
|
) |
| |
|
private |
◆ go()
◆ handleError()
xmpp::handleError |
( |
& |
$node | ) |
|
|
private |
◆ handleFeatures()
xmpp::handleFeatures |
( |
& |
$node | ) |
|
|
private |
◆ handleIq()
xmpp::handleIq |
( |
& |
$node | ) |
|
|
private |
◆ handleMessage()
xmpp::handleMessage |
( |
& |
$node | ) |
|
|
private |
◆ handleSuccess()
xmpp::handleSuccess |
( |
& |
$node | ) |
|
|
private |
◆ initializeQueue()
xmpp::initializeQueue |
( |
| ) |
|
|
private |
◆ log()
◆ open()
xmpp::open |
( |
|
$jid = null , |
|
|
|
$password = null |
|
) |
| |
◆ parseData()
xmpp::parseData |
( |
|
$parser, |
|
|
|
$text |
|
) |
| |
|
private |
◆ pubsubConfig()
xmpp::pubsubConfig |
( |
|
$to, |
|
|
|
$type, |
|
|
|
$name |
|
) |
| |
◆ pubsubCreate()
xmpp::pubsubCreate |
( |
|
$to, |
|
|
|
$type, |
|
|
|
$name, |
|
|
|
$configure = null |
|
) |
| |
◆ pubsubCreateNode()
xmpp::pubsubCreateNode |
( |
|
$to, |
|
|
|
$type, |
|
|
|
$name, |
|
|
|
$configure = null |
|
) |
| |
|
private |
◆ pubsubDelete()
xmpp::pubsubDelete |
( |
|
$to, |
|
|
|
$type, |
|
|
|
$name |
|
) |
| |
◆ pubsubDoNext()
◆ pubsubPublish()
xmpp::pubsubPublish |
( |
|
$to, |
|
|
|
$type, |
|
|
|
$name, |
|
|
|
$contents, |
|
|
|
$nodeId |
|
) |
| |
◆ pubsubPurge()
xmpp::pubsubPurge |
( |
|
$to, |
|
|
|
$type, |
|
|
|
$name |
|
) |
| |
◆ pubsubResult()
xmpp::pubsubResult |
( |
& |
$node | ) |
|
|
private |
◆ pubsubSubscribe()
xmpp::pubsubSubscribe |
( |
|
$to, |
|
|
|
$type, |
|
|
|
$name |
|
) |
| |
|
private |
◆ query()
xmpp::query |
( |
|
$expression, |
|
|
& |
$node = '' |
|
) |
| |
|
private |
◆ recv()
◆ send()
◆ sendMessage()
xmpp::sendMessage |
( |
|
$to, |
|
|
|
$message |
|
) |
| |
◆ setupXmlParser()
◆ startElement()
xmpp::startElement |
( |
|
$parser, |
|
|
|
$name, |
|
|
|
$attrs |
|
) |
| |
|
private |
◆ $connection
◆ $depth
◆ $finishedCommands
xmpp::$finishedCommands = Array() |
|
private |
◆ $idle
◆ $jid
◆ $mesgcount
◆ $moredata
◆ $namespaces
xmpp::$namespaces = Array() |
|
private |
◆ $password
◆ $port
◆ $processDepth
◆ $pubsubLayout
xmpp::$pubsubLayout ='hometree' |
◆ $pubsubNext
xmpp::$pubsubNext = Array() |
|
private |
◆ $ready
◆ $recvHandlers
xmpp::$recvHandlers = Array() |
|
private |
◆ $recvQueue
◆ $recvTags
xmpp::$recvTags = Array() |
|
private |
◆ $resource
◆ $sendHandlers
xmpp::$sendHandlers = Array() |
|
private |
◆ $sendQueue
xmpp::$sendQueue = Array() |
|
private |
◆ $server
◆ $status
◆ $stream
◆ $streamTagBegin
◆ $streamTagEnd
◆ $tls
◆ $username
◆ $xmlparser
◆ $xquery
The documentation for this class was generated from the following file: