Tagged Questions

9
votes
1answer
232 views

.NET XMPP libraries under Apache, MIT or MS-PL licenses?

I am looking for a liberally licensed (MIT, X11, Apache, etc) version of the XMPP protocol for .NET and Mono. There are a handful of libraries under the GPL, LGPL and LGPL v2 for .NET and Mono, but …
8
votes
4answers
2k views

How do you create a simple Google Talk Client using the Twisted Words Python library?

I am interested in making a Google Talk client using Python and would like to use the Twisted libraries Words module. I have looked at the examples, but they don't work with the current …
7
votes
6answers
629 views

Libraries to connect to Instant Messaging (IM) services like Yahoo , MSN, AIM through Java Program

I am looking for some library that will help me connect to IM networks through a Java program. My requirement is as follows: User should be able to login, retrieve friend list, and able to send …
7
votes
4answers
846 views

What is the best architecture to bridge to XMPP?

If I have a separate system with its own concept of users and presence, what is the most appropriate architecture for creating a bridge to an XMPP server network? As far as I can tell there are three …
6
votes
14answers
705 views

Potential other uses of a jabber server

Beside the obvious person to person instant message chat, What else have you used a Jabber server's functionality to enable? Edit: links to working code to really show it off are particularly useful …
5
votes
9answers
2k views

Good XMPP Java Libraries for server side?

I was hoping to implement a simple XMPP server in Java. What I need is a library which can parse and understand xmpp requests from a client. I have looked at Smack (mentioned below) and JSO. Smack …
4
votes
4answers
282 views

How to get all Twitter links?

There are lots of sites offering additional services to Twitter: hashtags.org tweetmeme.com repeets.com dailyrt.com backtweets.com They all have something in common: They seem to get all updates …
4
votes
6answers
713 views

Which is the most mature Python XMPP library for a GChat client?

There seem to be several options for Python XMPP client libraries -- I'm not totally sure what I'm getting myself into (just fiddling around at this point), so I'm looking for some advice on which …
3
votes
2answers
256 views

PHP Jabber Integration

Hello, I am wondering how to integrate jabber instead of using my AJAX polling script. I chanced upon the following: http://code.google.com/p/xmpphp/ It gives me access to a jabber server, but does …
3
votes
3answers
167 views

What uses have you found for XMPP that help you as a web developer/manager?

To make my question clear: I'm experimenting with XMPP, lately - I have set up my own XMPP server and trying to figure out what uses could it have in our development process. Except the obvious …
3
votes
2answers
475 views

What Xmpp clients currently support PubSub (XEP-0060)

What end-user clients (not libraries) expose XEP-0060 to users right now?
2
votes
1answer
53 views

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 …
2
votes
1answer
32 views

Best practice on using GAE with external jabber server?

How to use Java GAE with an external jabber server like Openfire? Any guide?
2
votes
1answer
274 views

How do you display an XMPP (Jabber) vcard photo in Delphi?

How can I read a photo from an XMPP vcard (an avatar picture, which I think is in JPEG format) and display it in a Delphi TImage control? The XMPP server sends this XML: <presence id="e3T50-75" …
2
votes
2answers
98 views

How do I test my TCP protocol app?

When creating apps that interface on various TCP protocols (apart from HTTP), we need to test our app and how it communicates with a real server. Now typically with shared hosting you can't install …

1 2 3 4 5 7 next
15 30 50 per page