xmpp

XMPP programming use erlang or java?

I'm interested to hear feedback from a guru out there. If you are a java programmer, I'm sure you are familiar with openfire, while erlang programmers are familiar with ejabber. Which project has bigger community when doing programming in XMPP? ...

Create ejabberd user from PHP

I need to create an ejabberd user from a PHP script. I also need to be able to add the new user to a predefined shared roster. Should I just call ejabberdctl using exec() or is there a better way? ...

wave bot and xmpp bot?

Wave protocol bot is just like any typical xmpp agent bot / component bot right? Can wave bots used on other places or use bosh and create webclient to consume the bot? Is wave protocol bot library created using ignite whack library? if yes, can we just use directly whack library to create component bot for wave? ...

Best practice on using GAE with external jabber server?

How to use Java GAE with an external jabber server like Openfire? Any guide? ...

implementing GAE XMPP service as an external component to an existing XMPP server (e.g. ejabberd or OpenFire)

may i know what integration technique that you folks use to implement external component to an existing XMPP server (e.g. ejabberd or OpenFire) . Is it through sending xmpp message to another user@externaldomain directly or using mechanism like urlfetch? ...

bidirectional google wave jabber gateway for google talk or ichat

Hello, I've understood that Google Wave is built around the XMPP platform, as such I was thinking that it should be possible to access it with a jabber client like ichat or google talk. The advantage is that it's a lot faster to answer or read specific waves then going through a javascript jit in a browser. Now you can add the xmpplite ...

IM service using Google App Engine

Hi, I want to implement a web-based IM service on the lines Meebo. Might sound ambitious but that adds to the fun of it. My research suggests XMPP would be a good protocol for the IM since it can talk to proprietary protocols as well. Am I right? What else would I need to complete this? Could Google App Engine(GAE) fit in to this proj...

Using the xmpp4r Ruby gem, how can I synchronously discover if a contact is online?

I'm new to XMPP and the xmpp4r library, so please forgive my noob question if this is obviously documented somewhere. What's the most straightforward way, in a synchronous manner, to find out if a given JID is online? (so that I can call something like is_online?(jid) in an if statement) My details: I'm writing a Sinatra app that wil...

What Jabber/XMPP libraries are available for PyS60 (Python for Symbian S60) interpreter?

I'm interested in developing a XMPP client on the mobile S60 Symbian platform using the Python interpreter PyS60. I've done a search on Google for possible libraries, but turned up empty. I'm hoping that by asking this on SO, I can get a definite answer on whether there is actually an existing library that I just hadn't had the luck to...

can client of the xmpp server disconnect other client from the server?

It this possible? How? (Maybe silly question, but I couldn't find answer :( ) EDIT:I am using Openfire server embedded into different system, so I need if admin of the system kicks out the user from the system server, user's connection to Openfire server should be closed too. ...

XMPP chat sent/received message synchronization

Hi, Scenario: I am trying to develop a web site which features a chat widget. I am using ASP.NET, C#, agsXMPP library as my tools in achieving this purpose. I use Openfire jabber server for XMPP server. Problem: When I access the widget on the website and start chatting, I send a message with message type "chat" and thread set. I recei...

communication between Java and C#

Hi, I found out that there is a .Net toolkit called GCT - Group Communication Toolkit that is the C# version of JGroup. I want to know whether this and JGroup can be connected together to make java and C# clients communicate with each other. If not, what would be the best option to make a java program and a C# program communicate? One ot...

Secure iPhone-Desktop Connection

Background There are a lot of App Store released iPhone apps that require an IP based server on the desktop so that the iPhone can connect to the desktop as a client. For example, there are many programs that emulate a keyboard, touchpad, or Apple remote on the iPhone so that a desktop computer can be controlled over wifi. However, many...

How to get port number for iPhone Chatting Application

I am developing a chat application. But Right now chatting is possible with only google because I know only google's port no. xmppClient = [[XMPPClient alloc] init]; [xmppClient addDelegate:self]; // Replace me with the proper domain and port. // The example below is setup for a typical google talk account. [xmppClient setDomain:@"tal...

XMPP server in Java

Hey any body please help me to implement a simple XMPP server using Java. Thanks, KC. ...

XMPP: Connect to GTalk

Hi, Am using XMPP trying to connect to Gtalk to send a message from one of my other gtalk accounts to my main account from a PHP page. I get an error that its unable to connect before timeout. Please advise. ...

How to set/get profile data with XMPP using Smack

I am working on a XMPP client on Android, using the Smack library. The roster/messaging/presence stuff is running very well. However, I didn't find a way to store additional profile information (userpicture, the dogs name, ...). The only way I see from googling is using VCards. But it simply did not work. I tried the following: VCard...

Home automation using Arduino / XMPP client for Arduino

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 the server application or command execut...

What is the throttling rate that GTalk applies to XMPP messages?

Even after throttling down to one message per second, after about 20 messages GTalk starts bouncing XMPP messages with ... <error type="cancel" code="503"><service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /></error> What is the maximum send rate for XMPP messages through Google Talk? ...

Which language to choose for a Jabber bot?

I'll be writing an XMPP (Jabber) bot, and I need to decide in which language should I write it. Currently I'm considering Python, Java, and PHP. Since I'm expecting the bot to be running most of the time (i.e. 23.5/7), are there some specific arguments for or against using one of these languages? (e.g. not "$x sucks", but "$y has good ...