<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>JavaGeek.org - messenger tag</title>
  <link>http://javageek.org/tags/messenger/</link>
  <description>For the love of Java</description>
  <language>en</language>
  <copyright>Guillermo Castro</copyright>
  <lastBuildDate>Fri, 12 Nov 2010 16:04:24 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>In need of an internal IM server? Try Wildfire</title>
    <link>http://javageek.org/2005/12/20/in_need_of_an_internal_im_server_try_wildfire.html</link>
    
      
        <description>
          At work, we use an&amp;nbsp; IM server from Microsoft that uses the Windows Messenger app as a client, and only works for internal communications. Since last week and for reasons unknown, the server is not responding (the person in charge didn&#039;t reply to my emails). As a group of developers separated by geography, IM tools are a must-have. That got me thinkning, isn&#039;t there an easy alternative that we can use? what about a XMPP (&lt;a href=&#034;http://www.jabber.org/&#034;&gt;Jabber&lt;/a&gt;) server installed on a linux development environment, and some jabber-compatible client?&lt;br /&gt;&lt;br /&gt;Well, after a quick search I found a very good XMPP Server, which by chance is made in Java (OK, not by chance. I chose it precisely because of this reason). &lt;a href=&#034;http://www.jivesoftware.org/wildfire/&#034;&gt;Wildfire IM Server&lt;/a&gt; (Formerly Jive Messenger) is an ideal solution for us, since its small, free, and most of all, has support for LDAP-based accounts, which means we can use it with our LDAP-enabled development server (I&#039;ll post later how I set up the server to use LDAP for things like unix shell, svn access, etc.).&lt;br /&gt;&lt;br /&gt;In less than 15 minutes I got Wildfire set up to use MySQL as the Database for storing data, and LDAP for authentication. Instantly every developer that has access to the development environment is now able to connect to the IM server, and it even shows the LDAP groups for the different projects.&lt;br /&gt;&lt;br /&gt;I just saw how &lt;a href=&#034;http://www.javalobby.org/java/forums/t59974.html&#034;&gt;Wildfire was profiled to improve performance&lt;/a&gt;, and I&#039;m sure it will get faster (not to mention better) as they move forward. Now I only need to pitch it to upper management in hopes of replacing the old IM server.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;p&gt;  &lt;/p&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf=&#034;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#034;
         xmlns:dc=&#034;http://purl.org/dc/elements/1.1/&#034;
         xmlns:trackback=&#034;http://madskills.com/public/xml/rss/module/trackback/&#034;&gt;
&lt;rdf:Description
    rdf:about=&#034;http://javageek.org/2005/12/20/in_need_of_an_internal_im_server_try_wildfire.html&#034;
    dc:identifier=&#034;http://javageek.org/2005/12/20/in_need_of_an_internal_im_server_try_wildfire.html&#034;
    dc:title=&#034;In need of an internal IM server? Try Wildfire&#034;
    trackback:ping=&#034;http://javageek.org/addTrackBack.action?entry=1135123756221&amp;token=-1606390125073781164&#034; /&gt;
&lt;/rdf:RDF&gt;
--&gt;
        </description>
      
      
    
    
    
    <category>Tips</category>
    
    <category>Linux</category>
    
    <comments>http://javageek.org/2005/12/20/in_need_of_an_internal_im_server_try_wildfire.html#comments</comments>
    <guid isPermaLink="true">http://javageek.org/2005/12/20/in_need_of_an_internal_im_server_try_wildfire.html</guid>
    <pubDate>Wed, 21 Dec 2005 00:09:16 GMT</pubDate>
  </item>
  
  <item>
    <title>Can laptop speakers become a microphone?</title>
    <link>http://javageek.org/2005/10/05/can_laptop_speakers_become_a_microphone.html</link>
    
      
        <description>
          I got a &lt;a href=&#034;http://www1.us.dell.com/content/products/productdetails.aspx/latit_d600&#034;&gt;Dell Latitude D600&lt;/a&gt; laptop from work, and when I travel I usually use &lt;a href=&#034;http://www.skype.com&#034;&gt;Skype&lt;/a&gt; to call home, since it is way cheaper than using the hotel&#039;s long distance service. I usually carry a headset with me for the microphone, but I found out that my headset&#039;s mic isn&#039;t working anymore. I was frustrated.&lt;br /&gt;&lt;br /&gt;I tested my laptop with Skype&#039;s echo service anyway, and sure enough,&amp;nbsp; I didn&#039;t get any sound sent, so I was sure my laptop didn&#039;t have an integrated mic. However, yesterday a co-worker told me that he used &lt;a href=&#034;http://messenger.yahoo.com/&#034;&gt;Yahoo! messenger&lt;/a&gt; to chat with his wife, and that he had no troubles using the laptop&#039;s mic. I said &#039;what mic? there&#039;s no mic on the laptop&#039;, but he swears he didn&#039;t connect any mic (and we have the same laptop models). Was he lucky and got a laptop configuration that included a mic?&lt;br /&gt;&lt;br /&gt;So, last night I ran Yahoo! messenger and guess what? Now my laptop suddenly has a mic included! I even got to use Skype after the test and now I can talk! no mic attached! I&#039;ve checked everywhere on the dell site about my laptop model, and they don&#039;t mention anything about an integrated mic (although there&#039;s a weird hole just above the power button). I&#039;ve read the service manuals, the user&#039;s guide, and short of opening my laptop to check what&#039;s inside, I&#039;m almost sure it doesn&#039;t have a mic.&lt;br /&gt;&lt;br /&gt;So what&#039;s going on? is Yahoo! messenger doing some weird software emulation of a microphone using the speakers? I knew that some speaker types (piezoelectric, I think) can be used as microphones, but I didn&#039;t know you could accomplish that through software. Nowhere on Yahoo&#039;s site mentions this functionality, but I&#039;m almost sure that they&#039;re doing it. Also, whenever I speak, I can hear a delay  of about a second from the time I speak to the time I listen to my voice, so there&#039;s definitely some processing going on.&lt;br /&gt;&lt;br /&gt;Has anyone else encountered this feature? Can anyone else confirm/deny this? Am I going crazy?&lt;br /&gt;
&lt;p&gt;  &lt;/p&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf=&#034;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#034;
         xmlns:dc=&#034;http://purl.org/dc/elements/1.1/&#034;
         xmlns:trackback=&#034;http://madskills.com/public/xml/rss/module/trackback/&#034;&gt;
&lt;rdf:Description
    rdf:about=&#034;http://javageek.org/2005/10/05/can_laptop_speakers_become_a_microphone.html&#034;
    dc:identifier=&#034;http://javageek.org/2005/10/05/can_laptop_speakers_become_a_microphone.html&#034;
    dc:title=&#034;Can laptop speakers become a microphone?&#034;
    trackback:ping=&#034;http://javageek.org/addTrackBack.action?entry=1128526067576&amp;token=1754434099909323786&#034; /&gt;
&lt;/rdf:RDF&gt;
--&gt;
        </description>
      
      
    
    
    
    <category>General</category>
    
    <comments>http://javageek.org/2005/10/05/can_laptop_speakers_become_a_microphone.html#comments</comments>
    <guid isPermaLink="true">http://javageek.org/2005/10/05/can_laptop_speakers_become_a_microphone.html</guid>
    <pubDate>Wed, 05 Oct 2005 15:27:47 GMT</pubDate>
  </item>
  
  </channel>
</rss>

