forked from lug/matterbridge
		
	Print only debug messages when specified (xmpp). Closes #345
This commit is contained in:
		| @@ -110,7 +110,7 @@ func (b *Bxmpp) createXMPP() (*xmpp.Client, error) { | ||||
| 		TLSConfig: tc, | ||||
|  | ||||
| 		//StartTLS:      false, | ||||
| 		Debug:                        true, | ||||
| 		Debug:                        b.General.Debug, | ||||
| 		Session:                      true, | ||||
| 		Status:                       "", | ||||
| 		StatusMessage:                "", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Wim
					Wim