Tagged Questions
1
vote
1answer
43 views
XMPP vs. HTML5 Websocket?
We are making a website where we are trying to develop a chat application, we have already built one using Comet, however due to speed factors we decided to make one in XMPP.
However, with HTML5 ...
0
votes
0answers
27 views
how to get $roster_array in xmpphp in roster.php from xmpp.php?
i want to fetch rosters(contacts) of my online user with xmpphp library. in this library they create object of roster class in xmpp constructor but they don't use with array attribute for create ...
0
votes
0answers
85 views
Get Online users with Facebook Chat XMPP
I am using Facebook Chat
X-FACEBOOK-PLATFORM for facebook chat
however i am able to connect and also can send message but i am not able to send <presence/> .
when i am sending ...
0
votes
0answers
100 views
JAXl receive facebook messages (make your own chat)
I`m developing a facebook application in which I use JAXL to send and receive messages through facebook chat API. After a long time I managed to send messages via JAXL. The code for sending messages ...
0
votes
0answers
28 views
GetPresence( ) nil xmpphp
I'm writing an ios app chat with xmpp and xmpphp. I need to know the presence of a particular user in a precise moment. In my php script i use:
$conn = new XMPPHP_XMPP('192.168.1.9', 5222, ...
0
votes
0answers
24 views
got jaxl exception construct with Maximum execution time of 30 seconds exceeded
I am developing chat to Facebook by using jaxl. v3. It's successful to chat now but after I chat to my contact, if my friend not fast to reply to me, it's will not send to me. So when I go to my log ...
0
votes
1answer
99 views
Ejabberd xmpp Active user list
I'm writing a chat app for ios, i have a local installation of ejabberd server, the xmppframework on my xcode project and the xmpphp framework on a web server. I simply need to know how i can retrive ...
1
vote
1answer
38 views
How to get value from array XML
I want to develop chat with facebook by jaxl.v3.
This is my code
`$client->add_cb('on_chat_message', function($stanza) {
global $client;
// echo back ...
0
votes
0answers
44 views
Entry with automatic authentication in roster table in openfire from PHP
I want to implement chat functionality in my android application. My server is PHP server. For that I am using openfire with jabber server and XMPP. But after adding user into ofUsers table in ...
0
votes
1answer
106 views
JAXL Exception : this stream does not support SSL/crypto
I used jaxl.V3 to connect to facebook. This is my code:
<?php
require_once '../jaxl.php';
$client = new JAXL(array(
'jid' => '(myID)'.'@chat.facebook.com',
'fb_app_key' => ...
2
votes
1answer
627 views
Facebook XMPP Chat API send Message PHP
Hello Stackoverflow Community,
I am currently messing about with the Facebook Chat API. I want to send chat messages to my facebook contacts via an App.
Using the example provided by facebook I was ...
-1
votes
1answer
203 views
Get online users list xmpp with strophe [closed]
I successfully connected to openfire server using strophe librabry.
I want a javascript function that returns all users from a conference room.
An another question is: how can i set/get current ...
1
vote
0answers
64 views
How to Get and Set Priority with XMPPHP
I want my XMPPHP client to always get a copy of the messages that a specific user receives. This requires:
- being able to detect all of their existing clients and their priorities
- being able to ...
0
votes
0answers
175 views
Add XMPP to PHP AJAX chat
I have own written AJAX multi-user chat based on PHP and dkLab Realplexor running on UNIX with MySQL storage.
How can I integrate XMPP-server to make users able to chat using any jabber client. Users ...
0
votes
1answer
25 views
Add record in ofPfRules openfire PacketFileter plugin but cant't display on screen of openfire
I had downloaded a Packet Filter plugin in openfire.And i run the php script which insert/delete the record in table of that plugin in openfire database. Now I want to restart the packet filter plugin ...
0
votes
1answer
190 views
Access ejabberd XMPP server via php [closed]
I would like to know how many users are connected in my ejabberd server with a php script. I can use the command ./ejabberdctl connected_users in the command line, but i want to use a php script to do ...
-1
votes
1answer
103 views
Can not acccess XMPP
I using xmpp with strophe to connect with
I get this response from Strophe :
<body rid='529248076' xmlns='http://jabber.org/protocol/httpbind' to='localhost' xml:lang='en' wait='60' hold='1' ...
1
vote
1answer
192 views
XMPP and Strophe
I want to connect to xmmp via Strophe , I have configured anything
I use WAMP on my system to run localhost php
I have enabled Script Syntax in openfire admin
I have configured APACHE httpd.conf ...
0
votes
0answers
74 views
JAXL : How do I connect to gtalk using jaxl library?
I'm trying to add gtalk to a php web site. I'm trying it using JAXL library.
Please explain how to connect to gtalk. How do I do the authentication.
Can I do it as mentioned in : Connect to windows ...
0
votes
1answer
101 views
JAXL XMPP script works, but never stops loading
I am implementing the Facebook Chat into my site so I used JAXL in order to implement the XMPP. It seems that the script posts the message that I wanted, but whenever I run it, the page just keeps ...
0
votes
1answer
156 views
Openfire XMPP - pipe a user's messages to a url
I'm fairly new to XMPP and Openfire and am trying to get my head round the standard way of doing things.
I'd ideally like to send any messages received by a specific XMPP user, via POST, to a URL ...
0
votes
2answers
889 views
How to send facebook chat message via JAXL?
I am trying to send direct message with JAXL in the name of a user (authenticated application with xmpp_login). In the jaxl facebook chat example there exist a message echo structure, still it ...
0
votes
2answers
149 views
XMPP facebook chat persmissions with PHP
Using the Facebook Chat API, is it possible for a facebook "page", or the admins of a page, to send chat messages to people that have liked the page? Or must the receiver also have given permissions ...
0
votes
4answers
322 views
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 ...
0
votes
2answers
264 views
Upload an image to OpenFire via PHP API service
I am building a PHP API that deals with an image upload. The image is uploaded normally to apache server using $_FILES and PHP move_uploaded_file() - this saves the file locally and is now available ...
0
votes
1answer
180 views
XMPP for PHP (how to do it)
First I'll outline my problem.
What I want to do is create a site. When a client connects, every second or so a number will be broadcast by him.
This is done by everybody on the site.
So every ...
1
vote
1answer
62 views
A Little Advice Concerning Server Side Issue [closed]
I am developing a chat application that is going to be used by thousands of users. I am stacked concerning the technology to use on the server side. I wanted to write the application in PHP. The ...
1
vote
0answers
70 views
XMPHP doesn't work in local
I have a problem with XMPPHP downloaded from this address :
http://code.google.com/p/xmpphp/downloads/list
I downloaded the last one in the list (Jul 2009)
Actually, I run Jabber in local ...
0
votes
0answers
192 views
XMPP PHP JavaScript web chat [closed]
I have a website(mini social network) and I want to create a chat between site members.
I have openfire installed but I stil do not understand how it all works together(I mean php javascript and ...
0
votes
0answers
99 views
start jaxl (php xmpp client) server from iOS client
I have created an xmpp client for the iPhone.
I want to receive remote notifications for when someone messages me and iPhone client is off.
Therefore I needed to connect to behind-the-scenes xmpp ...
1
vote
0answers
107 views
ejabberd login error with interface
I am used jaxl library to connect to my sever open fire. I am get success all to login and sendMessage by used command line. Now i want to make a interface for loin and pass the JID and Password. the ...
6
votes
1answer
182 views
jaxl return to function that it's called from
I have library for xmpp transactions used jaxl libraries:
class xmpp{
public function register_user($username, $password){
require_once 'JAXL/jaxl.php';
...
-2
votes
1answer
266 views
XMPPHP can't connect to Prosody [duplicate]
Possible Duplicate:
jaxl can’t connect to Prosody
I can authenticate fine with other clients including SleekXMPP and Strophe.
Using Prosody 0.8.2 on Ubuntu 12.04 with the latest ...
0
votes
1answer
226 views
jaxl can't connect to Prosody
I can authenticate fine with other clients including SleekXMPP and Strophe.
Using Prosody 0.8.2 on Ubuntu 12.04 and latest master HEAD of jaxl
(2518a44b9dfeb9ec947922f078cf4f8663497712).
The code:
...
1
vote
1answer
201 views
Real-time chat: What are my options? [closed]
I'm trying to build a real-time chat component for an existing niche website that was built from the ground up using PHP.
We started to use APE server but we ran into an issue related to SSL ...
1
vote
1answer
233 views
JAXL 3. Shutting down
I'm tryinig to use jaxl 3.0 for notifications over xmpp. The only thing, i can't undersdand - how i can shutdown JAXL server, after job is done?. A can`t see any callbacks for stopping jaxl-server
...
2
votes
1answer
374 views
jaxl after send message callback
I want execute some code after a message has already sent in jaxl.
which callback is appropriate for this situation?
public function test() {
require_once 'JAXL/jaxl.php';
...
3
votes
1answer
121 views
Jaxl class base callback
I want to implement Jaxl in my project as class, But all Jaxl examples are function based.All examples use closure to run callbacks.Methods in class are not accessible like function base ...
0
votes
0answers
52 views
Integrate fileupload and the corresponding notifications with xmpp pubsub
My application heavily relies on the XMPP protocol and its pubsub extension. Now I want an XMPP user to be able to upload files to a webserver and delete them from it (RoR or php should do its work ...
0
votes
0answers
147 views
configure openfire with cPanel
For chat implement from XMPP client for android and iPhone.and it is working fine with localhost but i try to configure openfire with hostgator cPanel(phpMyAdmin) but all the time it stay loading in ...
-3
votes
1answer
63 views
How can i authenticate to my xmpp accout using php? [closed]
I want to develop a site of chat where users can create acounts and authenticate to access to their account. But i'm stacked in the part of authentication. Any one knows how to do it?
0
votes
0answers
116 views
Ajax IM chat plugin can not be loaded
I'm using the Ajax IM chat plugin with XMPP, mysql and PHP on a web server.
After connecting a database and installing Ajax IM, I made a sample web page and added a load script to my page, but it ...
0
votes
1answer
483 views
PHP - Problems in logging in to Facebook chat using JAXL
I try to use the new JAXL 3.0 to connect to Facebook's chat.
They have an example called "echo_facebook_client.php" in their examples:
<?php
/**
* Jaxl (Jabber XMPP Library)
*
* Copyright (c) ...
2
votes
2answers
192 views
XMPP library with support for XEP-133 (admin commands)
I'm trying to get a list of online users from our jabber server, together with their IP addresses. XEP-133 provides 2 methods I can use for that: get-online-users-list and get-user-stats.
Now my ...
4
votes
2answers
3k views
How to develop a web-based XMPP chat facility using PHP and JQuery?
I am looking to develop a website which features a chat facility between a website visitor and the website administrator.
I know the best way to do this would be using XMPP, however I have no ...
2
votes
2answers
870 views
OpenFire Online/Offline Users in PHP
I have a OpenFire server running (it is using MySQL as it's database) and I'm trying to make a PHP http pre-bind system(using SASL) work with my web app.
I have got to a part of my app where I need ...
3
votes
2answers
964 views
How to implement facebook chat using XMPP and BOSH
I am developing a php based website. i want to implement Facebook chat in it.
My question is that how i can use XMPP with BOSH. what is the relation of XMPP and BOSH.
is there any sample source ...
0
votes
0answers
70 views
How to know that a client Xmpp is connected?
I'm working a web site with html and php . this site is connected to an xmpp server and I want to detect wether my clients xmpp are connected or not . so, with php, how to notify the presence of an ...
-2
votes
1answer
299 views
XMPP class not found [closed]
I want to create a XMPP client with php, I tried this code
<?php
include("xmpphp/XMPPHP/xmpp.php");
$conn = new XMPP('192.168.1.62', 5222, 'client', 'pass', 'xmpphp', 'cnx-pc', ...
1
vote
0answers
169 views
zend framework compitable xmpp facebook chat library or sdk
i want to integrate facebook chat to my php zend framework 1.11 project
i m new to XMPP/Jabber so
is there any facebook chat xmpp library compitable with zend framework?




