tests/parser-tests/should-be-valid-3.xml
author Mikael Hallendal <micke@imendio.com>
Sat, 25 Oct 2008 16:21:50 +0200
changeset 545 58954d98a7f9
parent 400 5a4f3a49212a
permissions -rw-r--r--
Removed the async_connect_waiting and blocking states from LmConnection. As a first step of cleaning up the network code underlying LmConnection I want to make the blocking and non-blocking calls be as similar as possible. The socket should be able to connect in asynchronous manner even if we want to block on the open call since the mainloop iteration will handle the "block" for lm_connection_open_and_block.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
400
5a4f3a49212a Use g_log instead of g_warning in LmParser and remove some unneccesary printouts from parser test
Mikael Hallendal <micke@imendio.com>
parents:
diff changeset
     1
<stream:stream
5a4f3a49212a Use g_log instead of g_warning in LmParser and remove some unneccesary printouts from parser test
Mikael Hallendal <micke@imendio.com>
parents:
diff changeset
     2
  from='example.com'
5a4f3a49212a Use g_log instead of g_warning in LmParser and remove some unneccesary printouts from parser test
Mikael Hallendal <micke@imendio.com>
parents:
diff changeset
     3
  id='someid'
5a4f3a49212a Use g_log instead of g_warning in LmParser and remove some unneccesary printouts from parser test
Mikael Hallendal <micke@imendio.com>
parents:
diff changeset
     4
  xmlns='jabber:client'
5a4f3a49212a Use g_log instead of g_warning in LmParser and remove some unneccesary printouts from parser test
Mikael Hallendal <micke@imendio.com>
parents:
diff changeset
     5
  xmlns:stream='http://etherx.jabber.org/streams'
5a4f3a49212a Use g_log instead of g_warning in LmParser and remove some unneccesary printouts from parser test
Mikael Hallendal <micke@imendio.com>
parents:
diff changeset
     6
  version='1.0'>
5a4f3a49212a Use g_log instead of g_warning in LmParser and remove some unneccesary printouts from parser test
Mikael Hallendal <micke@imendio.com>
parents:
diff changeset
     7
5a4f3a49212a Use g_log instead of g_warning in LmParser and remove some unneccesary printouts from parser test
Mikael Hallendal <micke@imendio.com>
parents:
diff changeset
     8
  <message from='romeo@example.net'
5a4f3a49212a Use g_log instead of g_warning in LmParser and remove some unneccesary printouts from parser test
Mikael Hallendal <micke@imendio.com>
parents:
diff changeset
     9
           to='juliet@example.com'
5a4f3a49212a Use g_log instead of g_warning in LmParser and remove some unneccesary printouts from parser test
Mikael Hallendal <micke@imendio.com>
parents:
diff changeset
    10
           xml:lang='en'>
5a4f3a49212a Use g_log instead of g_warning in LmParser and remove some unneccesary printouts from parser test
Mikael Hallendal <micke@imendio.com>
parents:
diff changeset
    11
    <body>the printout is: name:'.00BD2.A52?&#1;&#16;&#16;&#16;&#16;&#16;&#16;&#16;&#16;&#16;&#16;&#16;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;'</body>
5a4f3a49212a Use g_log instead of g_warning in LmParser and remove some unneccesary printouts from parser test
Mikael Hallendal <micke@imendio.com>
parents:
diff changeset
    12
  </message>
5a4f3a49212a Use g_log instead of g_warning in LmParser and remove some unneccesary printouts from parser test
Mikael Hallendal <micke@imendio.com>
parents:
diff changeset
    13
</stream:stream>
5a4f3a49212a Use g_log instead of g_warning in LmParser and remove some unneccesary printouts from parser test
Mikael Hallendal <micke@imendio.com>
parents:
diff changeset
    14