jabberd-2.2.2 release
July 28, 2008
It's time for next jabberd 2.2 series release.
Get 2.2.2 release as usual at:
http://ftp.xiaoka.com/jabberd2/releases/jabberd-2.2.2.tar.gz
http://ftp.xiaoka.com/jabberd2/releases/jabberd-2.2.2.tar.bz2
and read: http://svn.xiaoka.com/jabberd2/trunk/UPGRADE
This time some new features and some bugfixes.
You are really advised to upgrade.
ChangeLog:
* SSL certificate loading fixes
* Implemented MIO read throttling in c2s. Now we pause reading
socket instead of disconnection on throttle.
* Removed scod module.
* Added a maximum stanza limit to c2s. This can be used to set an
upper limit on the number of individual requests that can be
made in a given window of time.
* Fix a bug in s2s where xmlns="jabber:client" would get appended
to an incoming stanza even though the stanza already had an
xmlns attribute set.
For a full ChangeLog see:
http://svn.xiaoka.com/jabberd2/tags/jabberd-2.2.2/ChangeLog
jabberd-2.2.1 released
July 16, 2008
It's time for next jabberd 2.2 series release.
Get 2.2.1 release as usual at:
http://ftp.xiaoka.com/jabberd2/releases/jabberd-2.2.1.tar.gz
http://ftp.xiaoka.com/jabberd2/releases/jabberd-2.2.1.tar.bz2
and read: http://svn.xiaoka.com/jabberd2/trunk/UPGRADE
This is a big bugfix release.
ChangeLog:
* Removed jid prep cache and mysql filters cache. These are known
to grow without restrictions causing memory "leak".
* Fix in jabber:iq:register example in router-filter.xml
* Fix in lookup.resolve-ipv6 in s2s.xml handling
* Fix c2s's byte rate limiting.
* Make c2s's connection rate limiting and router's byte rate
limiting work better.
* Comments and spelling errors fixes
* Fix a potential memory leak when attempting to read from a
socket that has been closed.
* Improve the documentation for <max_fds> in the configuration
files.
* Merged MySQL crypt()ed password full implementation. Closes #228
* Re-use DB query the filter instead of recreating it.
* Added --without-subst option to disable subst/ library building.
* Do not bounce s2s error packets
* Fixed filtered packets error reporting
* Changed router-filter example, because resource is not matched
For a full ChangeLog see:
http://svn.xiaoka.com/jabberd2/tags/jabberd-2.2.1/ChangeLog
--
/\_./o__ Tomasz Sterna
(/^/(_^^' http://www.xiaoka.com/
._.(_.)_ im:smoku@xiaoka.com
Create sip applications that are jabber aware with PortSip SDK
July 8, 2008
This may be old, but we just found it on the -users list today as somone posted a link to it. This Asterisk SIP SDK looks pretty boss, it's got video, audio and even jabber capability built right in.

The SDK's that PortSIP offers allow developers, service providers, OEM/Enterprise to create fully customized, branded and feature specific soft-phones for their use. The SDK is built using non-MFC, C and C++. Of course, commercial licenses are available and according to their site come with 2 years of support.
Check out the PortSIP SIP Softphone SDK here. They also have a PortSIP Free Softphone available for download too.
Missing out on free Jabber/Google Talk Notifications from your Kayako Installation?
July 3, 2008
Not anymore you're not.
Today we released a little set of patches for Kayako SupportSuite that will allow you to send ticket alerts, and any other alert that Kayako supports through Google Talk, XMPP, Jabber whatever you want to call it.
The modification is free, and easy to install with our handy documentation.
What are you waiting for? Download it from Flewid's software page and send us your feedback!
Asterisk and XMPP (Jabber) : testing new application JabberReceive
June 11, 2008
Found this on the list today, excellent stuff from Philippe. We haven't implemented this ourselves yet, but will be doing so in the near future to test our more Jabber/XMPP capabilities with Asterisk. Sweet!
Friends,
a new dialplan application is now available for testing :
http://svn.digium.com/view/asterisk/team/phsultan/jabberreceive/The corresponding feature request is located here :
http://bugs.digium.com/view.php?id=12569What can you do with it? Well, a direct usage of this application is to make an easy to use GoogleTalk voice gateway out of Asterisk. Here is an example (assuming the asterisk-xmpp account is configured) :
context gtalk-in {
s => {
NoOp(Caller id : ${CALLERID(all)});
Answer();
JabberSend(asterisk-xmpp,${CALLERID(name),Please enter the number you wish to call);
JabberReceive(${CALLERID(name)},NEWEXTEN);
JabberSend(asterisk-xmpp,$(CALLERID(name),(Calling ${NEWEXTEN} ...);
Dial(SIP/${NEWEXTEN);
Hangup();
}
}In this example, when Asterisk receives a GoogleTalk voice call request from a GoogleTalk buddy, it answers the call, and asks the buddy to enter a number over an XMPP (Jabber) chat session. Then, Asterisk dials the extension (accessible over SIP), which results in a GoogleTalk to SIP call.
But this application is not restricted to GoogleTalk voice calls, and it can be used within any call context. Code snippets are available in the corresponding feature request under the bugtracker as well as in doc/jabber.txt.
The codebase is Asterisk's SVN trunk, which is merged to the jabberreceive branch on a regular basis. To install it, follow these steps :
#svn co http://svn.digium.com/view/asterisk/team/phsultan/jabberreceive/
jabberreceive
#cd jabberreceive
#./configure
#make
#make installNote for Linux users : the Gnome IM+ToIP client Empathy (starting from version 0.23.1) is now compatible with Asterisk, which allows users to place voice calls over a GoogleTalk channel from their Empathy client to Asterisk.
Please give your feedback!
Thanks i advance,
Philippe
500$ Prize to Jabberd2 Bounty Fixers – Programmers? This one is for you.
May 23, 2008
Found on the jadmin list today.. get to work!
I'm offering a $500 bounty (and a Chesspark t-shirt) to anyone who can
fix the memory leak(s) in the session manager component of jabberd2.
You can find more info here:http://metajack.wordpress.com/2008/05/22/want-500-help-us-fix-jabberd2/
jack.
ejabberd 2.0.1 released
May 21, 2008
Hello,
ejabberd 2.0.1 is a maintenance release version. You can download it from:
http://www.process-one.net/en/ejabberd/downloads
The release note is available on:
http://www.process-one.net/en/ejabberd/release_notes/release_note_ejabberd_201
Cheers,
--
Mickaël Rémond
http://www.process-one.net/



