<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,11 @@ You can see details of the conversation between your ScopePort and messaging ser
 
 &lt;div class=&quot;conversations-conversations&quot;&gt;
   &lt;h2&gt;SMTP conversations&lt;/h2&gt;
-
+  &lt;% if @smtp_conversations.blank? %&gt;
+    No logged SMTP conversations
+    &lt;br /&gt;
+  &lt;% end %&gt;
+  
   &lt;% @smtp_conversations.each do |conversation| %&gt;
     &lt;div class=&quot;conversations-conversation&quot;&gt;
       &lt;a class=&quot;conversations-conversation-title&quot; href=&quot;#&quot; onclick=&quot;Effect.toggle('conversations-conversation-&lt;%= conversation.conversation_id %&gt;', 'slide')&quot;&gt;
@@ -25,6 +29,33 @@ You can see details of the conversation between your ScopePort and messaging ser
     &lt;/div&gt;
   &lt;% end %&gt;
 
+  &lt;br /&gt;
+  &lt;h2&gt;XMPP conversations&lt;/h2&gt;
+  &lt;% if @xmpp_conversations.blank? %&gt;
+    No logged XMPP conversations
+    &lt;br /&gt;
+  &lt;% end %&gt;
+
+  &lt;% @xmpp_conversations.each do |conversation| %&gt;
+    &lt;div class=&quot;conversations-conversation&quot;&gt;
+      &lt;a class=&quot;conversations-conversation-title&quot; href=&quot;#&quot; onclick=&quot;Effect.toggle('conversations-conversation-&lt;%= conversation.conversation_id %&gt;', 'slide')&quot;&gt;
+        &lt;%= conversation.conversation_id %&gt;
+      &lt;/a&gt; &lt;%= conversation.created_at%&gt; to &lt;%=h conversation.remote_host %&gt;
+      &lt;div id=&quot;conversations-conversation-&lt;%= conversation.conversation_id %&gt;&quot; style=&quot;display: none;&quot;&gt;
+        &lt;div&gt;
+          &lt;ul class=&quot;conversations-conversation-messages&quot;&gt;
+            &lt;% conversation.conversationmessages.each do |message| %&gt;
+              &lt;% if message.direction == 1 %&gt;
+                &lt;li class=&quot;conversations-conversation-message-received&quot;&gt;&lt;%=h message.message %&gt; &amp;nbsp;&lt;/li&gt;
+              &lt;% else %&gt;
+                &lt;li class=&quot;conversations-conversation-message-sent&quot;&gt;&lt;%=h message.message %&gt; &amp;nbsp;&lt;/li&gt;
+              &lt;% end %&gt;
+            &lt;% end %&gt;
+          &lt;/ul&gt;
+        &lt;/div&gt;
+      &lt;/div&gt;
+    &lt;/div&gt;
+  &lt;% end %&gt;
 &lt;/div&gt;
 
 &lt;div id=&quot;conversations-clear&quot;&gt;</diff>
      <filename>app/views/conversationmessages/index.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ee009d761f4ec83c80a3503f50d0a89536fef171</id>
    </parent>
  </parents>
  <author>
    <name>lennartkoopmann</name>
    <login>lennartkoopmann</login>
    <email>lennart@scopeport.org</email>
  </author>
  <url>http://github.com/lennartkoopmann/scopeport-web-interface/commit/41df21ffe27ed75c62f9f5d7318604da59028a3d</url>
  <id>41df21ffe27ed75c62f9f5d7318604da59028a3d</id>
  <committed-date>2009-07-12T13:53:15-07:00</committed-date>
  <authored-date>2009-07-12T13:53:15-07:00</authored-date>
  <message>Added XMPP conversation debugging</message>
  <tree>ba61353478cb29d957ed4586aea18fe07228e5a4</tree>
  <committer>
    <name>lennartkoopmann</name>
    <login>lennartkoopmann</login>
    <email>lennart@scopeport.org</email>
  </committer>
</commit>
