-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm unsure on the best stack to build a chat application. Currently I'm thinking of two main options:
facebook tornado
cons: does not use the main chat protocol xmpp but pubsubhubbub
pros: i really like its simplicity for development (webserver + webframework); pubsubhubbub also seems simpler as…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I want to setup a proxy settings in Apache to use Facebook XMPP Chat
So far I have setup ejabber server and I am able to access xmpp service using
http://mydomain.com:5280/xmpp-http-bind
I am able to create Jabber Account too.
Now as I want to integrate Facebook XMPP chat , I want my server to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to authenticate with an XMPP server using SASL.
/**
* Send Authentication, SASL
* @return Bool
* @param $username String
* @param $password String
*/
function authenticate($username, $password) {
$this->username = $username;
$this->password…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey guys.
My friend and I, we are working on iPhone application. This application uses XMPP protocol to provide chat functionality. Right now we are designing architecture for the application.
So my friend is working on iPhone side, and I am ruby on rails guy.
My friend suggested, that we wrap…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to setup a system for automating certain tasks in my home.
I am thinking of a solution wherein a server side application would be able to send/receive commands/data to Arduino (attached with Arduino Ethernet Shield) via the web.
Here the Arduino may both act as a sensor interface to…
>>> More