<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Java Code Geeks &#187; Communications</title> <atom:link href="http://www.javacodegeeks.com/communications/feed" rel="self" type="application/rss+xml" /><link>http://www.javacodegeeks.com</link> <description>Java 2 Java Developers Resource Center</description> <lastBuildDate>Thu, 23 May 2013 22:00:44 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Gateway interaction in Smack API</title><link>http://www.javacodegeeks.com/2012/09/gateway-interaction-in-smack-api.html</link> <comments>http://www.javacodegeeks.com/2012/09/gateway-interaction-in-smack-api.html#comments</comments> <pubDate>Wed, 12 Sep 2012 13:00:00 +0000</pubDate> <dc:creator>Harsh Raval</dc:creator> <category><![CDATA[Communications]]></category> <category><![CDATA[Ignite Realtime Openfire]]></category> <category><![CDATA[Ignite Realtime Smack]]></category> <category><![CDATA[Instant Messaging]]></category> <category><![CDATA[Jabber]]></category> <category><![CDATA[XMPP]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/gateway-interaction-in-smack-api.html</guid> <description><![CDATA[Gateway interaction is described by XEP-0100. The query xmlns (namespace) used for this is same as IN-Band registration, that is “jabber:iq:register”. Smack API provides an easy way handle gateway interaction with the server. It has predefined classes for the required namespace and operations which one can easily use and do the thing. In this article [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/09/gateway-interaction-in-smack-api.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Telecommunications for Dummies – Telecom Basics and Introduction to BSS</title><link>http://www.javacodegeeks.com/2012/08/telecommunications-for-dummies-telecom.html</link> <comments>http://www.javacodegeeks.com/2012/08/telecommunications-for-dummies-telecom.html#comments</comments> <pubDate>Fri, 17 Aug 2012 01:00:00 +0000</pubDate> <dc:creator>Aayush</dc:creator> <category><![CDATA[Communications]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/telecommunications-for-dummies-telecom-basics-and-introduction-to-bss.html</guid> <description><![CDATA[Introduction This post is intended to be a crash course for beginners who wish to understand at a “broad level” how Business Support Subsystem components work in a telecom carrier’s network and more importantly how they connect to the telecom network elements over standard protocols. Hence, the text is more “conversational” in nature rather than [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/08/telecommunications-for-dummies-telecom.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mobicents Diameter has a new home.. powered by git!</title><link>http://www.javacodegeeks.com/2012/07/mobicents-diameter-has-new-home-powered.html</link> <comments>http://www.javacodegeeks.com/2012/07/mobicents-diameter-has-new-home-powered.html#comments</comments> <pubDate>Fri, 06 Jul 2012 10:00:00 +0000</pubDate> <dc:creator>Alexandre Mendonca</dc:creator> <category><![CDATA[Communications]]></category> <category><![CDATA[Diameter]]></category> <category><![CDATA[Git]]></category> <category><![CDATA[Mobicents]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/mobicents-diameter-has-a-new-home-powered-by-git.html</guid> <description><![CDATA[Due to the increasingly number and complexity of sub-projects, Mobicents has been splitting it&#8217;s projects under independent project homes. We are now at a transition stage, where each project lead will migrate his project at the appropriate time. For Diameter, after our major release (1.4.0.FINAL), it seemed the best time to do this migration. The [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/07/mobicents-diameter-has-new-home-powered.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Net Neutrality Simplified – Information super-highway analogy</title><link>http://www.javacodegeeks.com/2011/12/net-neutrality-simplified-information.html</link> <comments>http://www.javacodegeeks.com/2011/12/net-neutrality-simplified-information.html#comments</comments> <pubDate>Mon, 12 Dec 2011 16:12:00 +0000</pubDate> <dc:creator>Aayush</dc:creator> <category><![CDATA[Communications]]></category> <category><![CDATA[Net Neutrality]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/net-neutrality-simplified-information-super-highway-analogy.html</guid> <description><![CDATA[A few months back, during an informal discussion with a colleague – the concept of net neutrality came along. During this discussion, a very interesting analogy was made with respect to the information super-highway. I am extending that analogy into a story-board, and which I feel would serve as a helpful tool to understand net [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2011/12/net-neutrality-simplified-information.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>XMPP IM with Smack for Java applications &#8211; Infrastructure for Instant Messaging</title><link>http://www.javacodegeeks.com/2010/09/xmpp-im-with-smack-for-java.html</link> <comments>http://www.javacodegeeks.com/2010/09/xmpp-im-with-smack-for-java.html#comments</comments> <pubDate>Sun, 05 Sep 2010 10:41:00 +0000</pubDate> <dc:creator>Ilias Tsagklis</dc:creator> <category><![CDATA[Communications]]></category> <category><![CDATA[Ignite Realtime Openfire]]></category> <category><![CDATA[Ignite Realtime Smack]]></category> <category><![CDATA[Instant Messaging]]></category> <category><![CDATA[XMPP]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/xmpp-im-with-smack-for-java-applications-infrastructure-for-instant-messaging.html</guid> <description><![CDATA[This tutorial is the third part of the “Setting up an infrastructure for Instant Messaging” article series. In my previous tutorials, I showed you how to setup the Openfire IM Server and how to configure the Spark client in order to connect to that server. In this tutorial, I will show you how to add [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2010/09/xmpp-im-with-smack-for-java.html/feed</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Openfire server configuration &#8211; Infrastructure for Instant Messaging</title><link>http://www.javacodegeeks.com/2010/09/openfire-server-configuration.html</link> <comments>http://www.javacodegeeks.com/2010/09/openfire-server-configuration.html#comments</comments> <pubDate>Wed, 01 Sep 2010 18:43:00 +0000</pubDate> <dc:creator>Ilias Tsagklis</dc:creator> <category><![CDATA[Communications]]></category> <category><![CDATA[Ignite Realtime Openfire]]></category> <category><![CDATA[Ignite Realtime Spark]]></category> <category><![CDATA[Instant Messaging]]></category> <category><![CDATA[XMPP]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/openfire-server-configuration-infrastructure-for-instant-messaging.html</guid> <description><![CDATA[This tutorial is the second part of the “Setting up an infrastructure for Instant Messaging” article series. After installing the Openfire server (&#8220;Openfire server installation&#8220;), we are now ready to create some users. Login to the admin console and choose “Users/Groups”. There you should see the existing users under “User Summary”. Only “admin” is currently [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2010/09/openfire-server-configuration.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Openfire server installation &#8211; Infrastructure for Instant Messaging</title><link>http://www.javacodegeeks.com/2010/08/openfire-server-installation.html</link> <comments>http://www.javacodegeeks.com/2010/08/openfire-server-installation.html#comments</comments> <pubDate>Sun, 29 Aug 2010 13:35:00 +0000</pubDate> <dc:creator>Ilias Tsagklis</dc:creator> <category><![CDATA[Communications]]></category> <category><![CDATA[Ignite Realtime Openfire]]></category> <category><![CDATA[Instant Messaging]]></category> <category><![CDATA[XMPP]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/openfire-server-installation-infrastructure-for-instant-messaging.html</guid> <description><![CDATA[This tutorial is the first part of the “Setting up an infrastructure for Instant Messaging” article series. In this tutorial, we are going to setup an Instant Messaging infrastructure for a private intranet. This should come really handy if you don&#8217;t wish to depend on solutions running on the internet or if your network administrator [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2010/08/openfire-server-installation.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Setting up an infrastructure for Instant Messaging &#8211; Article series</title><link>http://www.javacodegeeks.com/2010/08/instant-messaging-infrastructure.html</link> <comments>http://www.javacodegeeks.com/2010/08/instant-messaging-infrastructure.html#comments</comments> <pubDate>Sat, 28 Aug 2010 09:29:00 +0000</pubDate> <dc:creator>Ilias Tsagklis</dc:creator> <category><![CDATA[Communications]]></category> <category><![CDATA[Ignite Realtime Openfire]]></category> <category><![CDATA[Instant Messaging]]></category> <category><![CDATA[XMPP]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/setting-up-an-infrastructure-for-instant-messaging-article-series.html</guid> <description><![CDATA[Instant messaging (IM) is nowadays one of the most used ways of communication and collaboration. In the next few articles I will be discussing how to create an infrastructure for instant messaging (IM) in your network. The articles will show you how to install and configure an IM server, as well as how to use [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2010/08/instant-messaging-infrastructure.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Preparing the C# .NET API for Kannel SMS/WAP gateway</title><link>http://www.javacodegeeks.com/2010/05/preparing-c-net-api-kannel.html</link> <comments>http://www.javacodegeeks.com/2010/05/preparing-c-net-api-kannel.html#comments</comments> <pubDate>Tue, 25 May 2010 19:46:00 +0000</pubDate> <dc:creator>Ilias Tsagklis</dc:creator> <category><![CDATA[Communications]]></category> <category><![CDATA[C# API for Kannel]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/preparing-the-c-net-api-for-kannel-smswap-gateway.html</guid> <description><![CDATA[As you may know, the Java API for Kannel SMS/WAP gateway was released by JavaCodeGeeks as an open-source project earlier this month. After releasing some updates with added functionality and receiving quite positive feedback from the Kannel community, I started porting the library to C# a few days ago. My main purpose is to keep [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2010/05/preparing-c-net-api-kannel.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Java API for Kannel SMS/WAP gateway v 1.0.2 released</title><link>http://www.javacodegeeks.com/2010/05/java-api-for-kannel-smswap-gateway-v_24.html</link> <comments>http://www.javacodegeeks.com/2010/05/java-api-for-kannel-smswap-gateway-v_24.html#comments</comments> <pubDate>Mon, 24 May 2010 20:34:00 +0000</pubDate> <dc:creator>Byron Kiourtzoglou</dc:creator> <category><![CDATA[Communications]]></category> <category><![CDATA[Java API for Kannel]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/java-api-for-kannel-smswap-gateway-v-1-0-2-released.html</guid> <description><![CDATA[Hello all, we released version 1.0.2 of Java API for Kannel SMS/WAP gateway. The latest version introduces prioritized WAP Push functionality and bulk WAP Push messaging. You can download the new version here An example use of the API is shown below : public static void main(String[] args) { SMSManager smsManager = SMSManager.getInstance(); // We [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2010/05/java-api-for-kannel-smswap-gateway-v_24.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/16 queries in 0.008 seconds using apc
Object Caching 1150/1266 objects using apc
Content Delivery Network via jcg.javacodegeeks.netdna-cdn.com

Served from: www.javacodegeeks.com @ 2013-05-24 05:41:06 -->