xmpp

Facebook session key using the old rest api

Hi guys, I know this should be on the facebook developer site but I can't seem to register. Anyway I'm using the new api to obtain a access token when connecting to the xmpp chat server but this access token doesn't work; I have to use the old rest api's 'session_key' but I can't seem to find a way to get it. Could someone help me? I ...

How would this Scala code look in idiomatic C#?

I came across this really nice looking Scala code while researching XMPP for a .Net project we're working on: object Main { /** * @param args the command line arguments */ def main(args: Array[String]) :Unit = { new XMPPComponent( new ComponentConfig() { def secret() : String = { "secret.goes.here" ...

What do you think about OpenFire?

Have you developed for OpenFire (http://www.igniterealtime.org/)? How has your experience? pros/cons/comments, please. I'm evaluation several technologies now, and want to know what the community thinks about OpenFire. ...

HTML 5 web sockets and XMPP Server dialog

Does using web sockets actually mean browsers will be able communicate with xmpp servers (any other IM servers) directly ? Thx. ...

What are the incompatibilities of libjingle and XEP-0166 et al?

libjingle's developer guide quite vaguely mentions incompatibilities between libjingle's implementation of Jingle and XEP-0166's specification. It also mentions it is incompatible with XEP-0167, XEP-0176 and XEP-0177. It never goes into detail what these differences are; in fact, it is unclear if perhaps these differences have been res...

help with actionscript 3 regex and xmpp stanzas

hi i have a string: <presence to="[email protected]/d9ec56e4" from="[email protected]/testsubject_2"> <x xmlns="http://jabber.org/protocol/muc#user"&gt;&lt;item affiliation="none" role="visitor"/></x></presence> how would i find out if it contains the presence attribute as well as who its from? ive tried using as3's x...

Setting GTalk status using Java - GAE/J

Hi I want to set the status GTalk through my Java program. My application will run on Google App Engine/Java. And will use XMPP API. Is it possible? And how can I do that? Some code example. Thanks. ...

local Jabber account sign in from another localtion

I have set up a local jabber server using jabberd14, for development with xmpp on pidgin. I have set up accounts for my team so that they can login to this server and the development can be faster, preventing time consuming login logouts with web xmpp servers like google. But when the accounts are accessed by them it says 1 account was...

REST calls over XMPP

Hi, I want to make a solution where I can use XMPP chat clients connected to gtalk, resolving web services/REST calls meant for a LAN (behind firewall proxy etc) and transferring over to the other chat client on another different LAN (behind other firewall proxy etc). I have narrowed down on Smack API, but being a newbie in XMPP and sm...

has anyone works on JSO :: JABBER Stream Objects...i want sample working example using JSO..

i want to create xmpp server using JSO :: JABBER Stream Objects.. i have alreasy written some small code to test JSO.. but didnt get much out of it... ...

Configuring punjab to send xmpp requests to Openfire

Hi, I am trying to use the punjab connection manager with Openfire. I have an already running Openfire server. I have also installed punjab and the server starts properly, allowing me to navigate to the port 5280 on localhost. (Although http://localhost:5280/http-bind gives a "resource not found message".) I am not sure how to proceed ...

peer-to-peer multiplayer game with xmpp

I'm fairly new to multiplayer games. I have made a few for my own fun, but nothing profound. Anyway, I want to make a game that is very cross-platform. The clients would be connected with their facebook accounts on the devices I release the game for (most likely computers (via flash), iPhone, and android). I am a solo developer on a sho...

XMPP: how to request server for presence status of a user's contacts ?

We have a site and we developed a chat system for it using strophe.js library and ejabberd XMPP server. We use session attachment that was initiated with PHP (using an in-house library). What we do is get the RID and SID from the PHP script, then use strophe's session attachment. The said RID and SID is stored on a cookie and the RID val...

XMPP web chat: how to resolve multiple tabs/windows?

We have a site and we developed a chat system for it using strophe.js library and ejabberd XMPP server. We use session attachment that was initiated with PHP (using an in-house library). What we do is get the RID and SID from the PHP script, then use strophe's session attachment. The said RID and SID is stored on a cookie and the RID val...

XMPP client library for java thats not GPL

Unfortunatly i need something thats not GPL'd ...