<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -350,6 +350,10 @@ user and password set on the instance.&quot;
   [#^String name #^String password]
   (is-successful? #(execute &quot;rabbit_access_control&quot; &quot;add_user&quot; [name password]))) 
 
+(defn change-password
+  [#^String name #^String password]
+  (is-successful? #(execute &quot;rabbit_access_control&quot; &quot;change_password&quot; [name password])))
+
 (defn delete-user
   [#^String name]
   (is-successful? #(execute &quot;rabbit_access_control&quot; &quot;delete_user&quot; [name]))) 
@@ -414,7 +418,7 @@ user and password set on the instance.&quot;
   (is-successful? #(with-channel @*server* vhost user password (.exchangeDelete name))))
 
 (defn add-binding
-  [#^String vhost #^String user #^String password queue exchange routing-key]
+  [#^String vhost #^String user #^String password #^String queue #^String exchange #^String routing-key]
   (is-successful? #(with-channel @*server* vhost user password (.queueBind queue exchange routing-key))))
 
 (defn- is-user
@@ -422,6 +426,7 @@ user and password set on the instance.&quot;
   (= (otp-&gt;pullv tuple 0) 
      &quot;user&quot;))
 
+
 (defn valid-user 
   [#^String name #^String password]
   (is-user (execute</diff>
      <filename>src/com/leftrightfold/trixx.clj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e6656fa8262edcea5a1dcbd58015bd4b8e060c47</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Feng</name>
    <email>aaron.feng@gmail.com</email>
  </author>
  <url>http://github.com/aaronfeng/trixx/commit/461168e990cfc91a7006ec124647609e76065561</url>
  <id>461168e990cfc91a7006ec124647609e76065561</id>
  <committed-date>2009-10-26T07:50:49-07:00</committed-date>
  <authored-date>2009-10-26T07:50:49-07:00</authored-date>
  <message>added change-password</message>
  <tree>22c58731fb0841d6a73ecf372b32b61f856cea11</tree>
  <committer>
    <name>Aaron Feng</name>
    <email>aaron.feng@gmail.com</email>
  </committer>
</commit>
