Questions tagged [xmpphp]

XMPPHP is a PHP library for XMPP (aka Jabber).

XMPPHP is the successor to Class.Jabber.PHP.

Some of the features include:

  • Connect to any XMPP server
  • Supports TLS encryption
  • Several XML processing approaches and supported styles

In XMPPHP, the main processing is done by XMLStream.php. This contains a class that could be used to make any streaming XML socket server or client. It handles class connections,sending XML through the socket, but most importantly handling incoming events.

Links:

38 questions
0
votes
1 answer

XMPPHP with facebook access token

How can I log to XMPP with Facebook access token instead of user's password? Is there any way? I read STH about SIG, but I don't know how it really looks like. I tried replace password with access token, doesn't work. My code: $conn = new…
r3m4k3
  • 182
  • 3
  • 15
0
votes
1 answer

Can't connect to facebook chat using xmpphp

today I wanted to create a very simple php application to chat to facebook friends, but got strucked, I am using xmpphp for connecting to facebook chat. Below is the code I…
Nicholas Wild
  • 629
  • 1
  • 6
  • 17
0
votes
3 answers

XMPPHP as live support chat

My idea is to integrate a live support chat on a website. The users text is send with xmpphp to my jabber client with the jabberbot sender id and if I answer, the jabber bot, takes my answer and transfers the text to the user. There is only one…
Oliver
  • 2,864
  • 1
  • 16
  • 27
0
votes
1 answer

XMPPHP and Openfire

I'm a newbie to XMPP and I'm looking to basically connect the PHP to an OpenFire installation on my localhost. This is a piece of code I found (hack and slash I know but I can't seem to wrap my head around this). Anyway code just simply sends a…
cjds
  • 8,268
  • 10
  • 49
  • 84
0
votes
1 answer

fulljid is empty after connection to BOSH service with XMPHP

I am trying to pre-bind an XMPP session via XMPHP and pass the rid/sid/jid to a strophe client to attach to the session. connection code here: $conn = new CIRCUIT_BOSH('server.com', 7070, $username, $pass, $resource, 'server.com', $printlog=true,…
Ido Weinstein
  • 1,176
  • 8
  • 24
-1
votes
1 answer

Connect to windows live messenger xmpp with php

How can i connect xmpp windows live messenger with php? I am using xmpphp and jaxl library and I connected with google talk sucsessfully.
-2
votes
1 answer

Create php form to allow create new XMPP accounts

I want create a simple PHP form (nickname and username) to allow users register a new jabber account in the server through the website. I'm using prosody as XMPP server and I can create new accounts through clients such Pidgin, etc but although I…
Kevin Gravell
  • 499
  • 2
  • 7
  • 20
-2
votes
1 answer

XMPP class not found

I want to create a XMPP client with php, I tried this code
emna
  • 423
  • 2
  • 6
  • 18
1 2
3