XMPP client

Questions about programming languages and debugging
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

XMPP client

Post by ayu »

So I finally got started on the coding for my XMPP client.
I'm currently reading through all the documentation for the different libraries that I will be using, as well as writing and testing the code from the tutorials.
The first example in the Swiften library (the XMPP library I'm using) is called "EchoBot" and is supposed to connect to a server and echo back everything you write.
There was a small problem though that didn't make it show up in the roster/contact list, so I made a tiny change to fix that (I have sent the fix to the dev team as well in hope that they will update the documentation).

I will update this thread with more stuff later, but here's the complete example code with the fix as well, if anyone is interested.

http://code.suck-o.com/42545" onclick="window.open(this.href);return false;
"The best place to hide a tree, is in a forest"

scatter
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 366
Joined: 01 Jan 2014, 05:22
10

Re: XMPP client

Post by scatter »

always interested thx :)

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: XMPP client

Post by ayu »

So here's the main design of the application so far.

Image

Still a few things missing, but this is the general idea.
What you see in this picture, is actually almost completely implemented now (except VoIP).
"The best place to hide a tree, is in a forest"

scatter
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 366
Joined: 01 Jan 2014, 05:22
10

Re: XMPP client

Post by scatter »

cats wrote:So here's the main design of the application so far.

Image

Still a few things missing, but this is the general idea.
What you see in this picture, is actually almost completely implemented now (except VoIP).

cool thx ^ ^

User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Re: XMPP client

Post by maboroshi »

Wow awesome!

I want to write software again. I have been doing most things as web based projects... hmm :-?

Post Reply